Description Usage Arguments Details Value Examples
View source: R/search_api_funs.r
A function which takes urls made using 'build_gov_query', executes the resulting query, then formats the result as a dataframe
1 | execute_gov_query(query_url)
|
query_url |
A query url built by build_gov_query |
Note - this will result in some columns which have 0 length vectors in some of the rows, where the page does not have that attribute These can be hard to work with - you can filter them out using something like: dplyr::filter(purrr::map(<your-col-name>, is.list) == TRUE)
a dataframe of query results
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.