Description Usage Arguments Examples
Assembled SBIR data from source
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 26 27 28 29 30 31 32 33 | tbl_sbir_assemble(
data,
data_name = NULL,
data_id = "id",
nest_original_data = T,
remove_columns = "keyword_afwerx",
duns_column = "id_duns",
exclude_dod_matches = T,
sbir_id_column = "idSBIR",
sbir_select_columns = c("idSBIR", "idDUNS", "dateAward", "idAgencyTracking",
"idContractResolved", "idSolicitation", "nameAgency", "nameBranch", "amountContract",
"namePrincipal"),
sbir_text_columns = c("nameAward", "descriptionAward"),
dod_id_column = "id_contract_analysis",
dod_select_columns = c("id_duns", "name_office", "slug_agency",
"name_full_point_of_contact_sttr", "group_solicitation", "keywords_sbir_company",
"keywords_topic_sbir", "date_award_dod", "amount_contract", "name_company_dod_clean",
"longitude_company", "latitude_company", "slug_acquisition_program_name",
"count_patents_company", "count_employees_current"),
dod_text_columns = c("name_topic", "name_award", "description_award",
"description_narrative_agency", "description_topic", "description_principal_benefit"),
url_column = "url_company",
exclude_urls = c("google", "outlook", "yahoo", "protonmail"),
include_website_crux = T,
crawl_websites = F,
exclude_topic_keywords = F,
exclude_custom_keywords = F,
join_sam_data = F,
stay_on_site = T,
use_future = F,
snake_names = T,
assign_to_environment = T
)
|
assign_to_environment |
1 2 3 4 5 | ## Not run:
df <-
govtrackR::tbl_sbir_assemble(data = sbir_afwerx_portfolio(use_cached = T, snake_names = T), data_name = "afwerx", crawl_websites = F, include_website_crux = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.