get_latest_files {eudata} | R Documentation |
Retrieve the latest files from the API
Description
This function retrieves the files belonging to the latest version of the given dataset. When the dataset is not updated the cached version is returned.
Usage
get_latest_files(api)
Arguments
api |
An endpoint to the dataset. |
Value
A named list of files.
Examples
get_latest_files(get_topic("Postal"))$csv
[Package eudata version 0.1.2 Index]