sm_datasets {samadb} | R Documentation |
This function pulls and return a table called 'DATASET' from the database.
sm_datasets(ordered = TRUE)
ordered |
logical. |
The 'DATASET' table gives information about the different datasets fetched from different providers at regular intervals. It provides a unique id for each dataset, the frequency of data, the number of records (datapoints) in each dataset, the minimum and maximum time coverage, when the dataset was last updated, and information about the data source, provider, and method of data access.
A data.table
with information about the available datasets in the database.
sm_datasources
, sm_series
, samadb
sm_datasets()