Learn R Programming

samadb (version 0.3.1)

sm_datasources: Retrieve Data Sources Table

Description

This function pulls and returns a table called 'DATASOURCE' from the database.

Usage

sm_datasources(ordered = TRUE)

Value

A data.table with information about the sources of data in the database.

Arguments

ordered

logical. TRUE orders the result in the order data was entered into the database, while FALSE returns the result in a random order, to the benefit of faster query execution.

Details

The 'DATASOURCE' table gives information about the sources of data in this database, including the source website, and the number of datasets available from the source.

See Also

sm_datasets, sm_series, samadb

Examples

Run this code
# \donttest{
sm_datasources()
# }

Run the code above in your browser using DataLab