View source: R/search_catalogues.R
search_catalogues | R Documentation |
Helper function to use with
download_abs_data_cube()
.
download_abs_data_cube()
requires that you specify a catalogue
.
search_catalogues()
helps you find the catalogue you want, by searching for
a given string in the catalogue names, product title, and broad topic.
search_catalogues(string, refresh = FALSE)
string |
Character. A word or phrase you want to search for, such as "labour" or "union". Not case sensitive. |
refresh |
Logical. |
A data frame (tibble) containing the topic (heading
), product title
(sub_heading
), catalogue (catalogue
) and URL (URL
) of any catalogues
that match the provided string.
Other data cube functions:
download_abs_data_cube()
,
show_available_catalogues()
,
show_available_files()
search_catalogues("labour")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.