Searches the catalogue of tables published through Statistics Canada's Web Data Service (WDS). The catalogue is cached for 24 hours in the user's cache directory. If WDS is temporarily unavailable, the most recent valid cache is used.
Usage
statcan_search(keywords, lang = c("eng", "fra"), refresh = FALSE)Value
A DT::datatable containing matching table titles, Product IDs,
release dates, and language.
Examples
if (FALSE) { # \dontrun{
statcan_search(c("economy", "export"), "eng")
statcan_search("population", "fra")
} # }