| search_census_vectors {cancensus} | R Documentation | 
Query the CensusMapper API for vectors with descriptions matching a search term or phrase (deprecated)
Description
Query the CensusMapper API for vectors with descriptions matching a search term or phrase (deprecated)
Usage
search_census_vectors(searchterm, dataset, type = NA, ...)
Arguments
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   | 
Examples
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)
[Package cancensus version 0.5.7 Index]