View source: R/show_available_files.r
| show_available_files | R Documentation |
To be used in conjunction with
download_abs_data_cube().
This function lists the possible files that are available in a catalogue.
The filename (or an unambiguous part of the filename) must be specified
as a string as an argument to download_abs_data_cube.
show_available_files(catalogue_string, refresh = FALSE)
get_available_files(catalogue_string, refresh = FALSE)
catalogue_string |
character string specifying the catalogue,
e.g. "labour-force-australia-detailed".
You can use |
refresh |
logical; |
get_available_files() is an alias for show_available_files().
A tibble containing the title of the file, the filename and the complete url.
Other data cube functions:
download_abs_data_cube(),
search_catalogues(),
show_available_catalogues()
Other data cube functions:
download_abs_data_cube(),
search_catalogues(),
show_available_catalogues()
## Not run:
show_available_files("labour-force-australia-detailed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.