sooty_files | R Documentation |
The object (file) catalogue of available sources is stored in Parquet format on Pawsey object storage. This function retrieves the curated catalogue, or the raw catalogue.
sooty_files(curated = TRUE)
curated |
logical |
In the curated case, the returned data frame has columns 'date', 'source' which are the main useful fields, these describe the date of the data in the file, and its full URI (Uniform Resource Identifier) source on S3 object storage. There are also fields 'Bucket', 'Key', and 'protocol' from which 'source' is constructed.
The original publisher URI can be reconstructed by replacing the value of 'protocol' in 'source' with 'https://'.
The public object URI can be reconstructed by replacing the value of 'protocol' in 'source' with 'https://projects.pawsey.org.au'.
a data frame, see details
if (interactive()) {
sooty_files(FALSE)
}
sooty_files()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.