arrow_filter_exact | R Documentation |
Filter arrow features based on in parameters
arrow_filter_exact( data, id_column = NULL, features = NULL, values = NULL, return_arrow = F, summarise_final_data = T, return_message = T )
return_message |
fpds <- sheldon::arrow_fpds arrow_filter_exact(fpds, id_column = "id_contract_analysis", features = c("code_research", "code_product_service"), values = c("SR3", "ST3", "1550"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.