datasets {ugatsdb} | R Documentation |
Retrieve Datasets Table
Description
This function pulls and return a table called 'DATASET' from the database.
Usage
datasets(ordered = TRUE)
Arguments
ordered |
logical. |
Details
The 'DATASET' table gives information about the different datasets read into the database from various sources. It provides a unique id for each dataset, the frequency of data, the minimum and maximum time coverage, when the dataset was last updated, a description, the source (matching the 'Source' column in the 'DATASOURCE' table), and an (optional) url providing direct access to the raw data.
Value
A data.table
with information about the available datasets in the database.
See Also
Examples
datasets()
[Package ugatsdb version 0.2.3 Index]