View source: R/vector_discovery.R
search_census_vectors | R Documentation |
Query the CensusMapper API for vectors with descriptions matching a search term or phrase (deprecated)
search_census_vectors(searchterm, dataset, type = NA, ...)
searchterm |
The term or phrase to search for e.g. |
dataset |
The dataset to query for available vectors, e.g.
|
type |
One of |
... |
Further arguments passed on to |
search_census_vectors('Ojibway', 'CA16')
## Not run:
# This will return a warning that no match was found, but will suggest similar terms.
search_census_vectors('Ojibwe', 'CA16', 'Total')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.