Decode Federal Contract IDs from a tibble
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | tbl_decode_federal_contract_ids(
data,
id_column = "idContractAnalysis",
type = "Award",
keywords = NULL,
numeric_threshold = 1,
remove_start_characters = NULL,
office_id_chars = c(1, 6),
budget_year_chars = c(7, 8),
contract_letter_char = 9,
join_office_names = T,
use_sam = F,
select_columns = c("isActive", "idCGACAgency", "nameAgencyCGAC", "isDefenseAccount",
"idOrganizationLevel", "idOrganizationSAMDepartment", "idOffice", "idOfficeFPDS",
"locationOrganization", "cityStateOrganization", "idOrganizationSAM",
"nameDepartment", "slugDepartment", "nameAgency", "nameCommandMajor",
"typeOrganization", "nameOrganization", "nameOrganizationParent", "nameCommandSub",
"idAgencyFPDS", "idOrganizationParent", "idOrganizationSAMAgency", "idOfficeAAC",
"idAddressSAM", "dateOrganizationStart", "slugCGAC", "isSourceFPDS",
"codeAgencyOMB", "descriptionOffice", "addressStreet1Organization",
"addressStreet2Organization", "cityOrganization", "stateOrganization",
"zipcodeOrganization", "codeCountryOrganization", "hasContractAwards",
"hasContractFunding", "hasFinancialAssistanceFunding",
"hasFinancialAssistanceAwards")
)
|
select_columns |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.