Description Usage Arguments Examples
Searches FPDS for the number of contracts for a vector of specified terms
1 2 3 4 5 6 7 | fpds_free_text_term_count(
terms = NULL,
use_quote = c(T, F),
clean_entity_column = T,
snake_names = F,
return_message = T
)
|
terms |
vector of terms |
use_quote |
if |
snake_names |
|
return_message |
if |
1 | fpds_free_text_term_count(terms = c("Deep Learning", "Machine Learning"), use_quote = c(T,F))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.