Description Usage Arguments Value Examples
View source: R/content_api_funs.r
a wrapper for map, that uses safely to bypass any errors and raises a warning
1 | safe_map(.x, .f)
|
.x |
an item to map over |
.f |
a function to map which produces a dataframe / tibble |
a dataframe containing the results of mapping the function
1 | safe_map(c("https://www.gov.uk/api/content/"), get_taxon_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.