Description Usage Details Value Examples
View source: R/get_cefas_datasets.R
The function returns all recordsets as well as a subset of recordsets that can be downloaded (i.e. csv files) using the API.
1 |
get_cefas_datasets
takes no argument. The original API returns
a list of csv files and pdfs, not all of them can be downloaded. This functions
returns both the full set of recordsets and a subset containing all csv files
which in principle can all be downloaded. Note that this is a smallest
set of datasets that can be accessed from the CEFAS data hub.
two data.frames data_sources (integral list of recordsets) and to_download (list of all csv files)
1 | mydata <- get_cefas_datasets()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.