diff --git a/R/ojo_apply_regex.R b/R/ojo_apply_regex.R index c61ad0f..9aa4c90 100644 --- a/R/ojo_apply_regex.R +++ b/R/ojo_apply_regex.R @@ -41,7 +41,7 @@ ojo_apply_regex <- function(data, # sheet = "Regex Flag List") # ojo_regex_cats <- googlesheets4::read_sheet("https://docs.google.com/spreadsheets/d/1LyaUXb21OuBj5Cb0CewJ1lVMsVsExn6yOcfyDT5sqL0/edit?usp=sharing", # sheet = "Clean Categories List", - # col_types = "lcccccccccccccl") |> + # col_types = "lcccccccccccccll") |> # dplyr::filter(in_ojoregex == TRUE) # # # Save the regex data to the package data diff --git a/data/ojo_regex_cats.rda b/data/ojo_regex_cats.rda index 5ecf2b1..f2037eb 100644 Binary files a/data/ojo_regex_cats.rda and b/data/ojo_regex_cats.rda differ