Select Key Columns
1 2 3 4 5 6 7 8 9 10 | select_key_columns(
data,
key_character_cols = c("^is[A-Z]", "^has[A-Z]", "^amount[A-Z]", "^count[A-Z]",
"^pct[A-Z]", "percent[A-Z]", "^id[A-Z]", "^code[A-Z]", "typeOrganization", "cage",
"city", "Vendor", "ProductService", "NAICS", "description", "nameContract",
"Department", "Agency", "Office", "date[A-Z]", "datetime[A-Z]", "email",
"transaction"),
remove_columns = c("slugOffice", "slugDepartment", "slugAgency", "namesVendor",
"^namesVendor", "^fax[A-Z]")
)
|
remove_columns |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.