arrow_filter_regex | R Documentation |
Arrow Dataset Regex Filter
arrow_filter_regex( data, id_column = "id_contract_analysis", features = NULL, values = NULL, slugs = NULL, to_upper = TRUE, return_arrow = F, summarise_final_data = T, return_message = T )
summarise_final_data |
fpds <- sheldon::arrow_fpds() arrow_filter_regex(data = fpds, id_column = "id_contract_analysis", features = c("description_obligation", "name_major_program"), values = c("PTSD", "GAY", "GENDER STUDIES", "UKRAINE"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.