datasources: Retrieve Data Sources Table

View source: R/accessdb.R

datasourcesR Documentation

Retrieve Data Sources Table

Description

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

Usage

datasources(ordered = TRUE)

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 various sources / providers of data in this database, including the source website, the number of datasets available from the source, a description of the source and the way data is accessed from the source.

Value

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

See Also

datasets, ugatsdb

Examples


datasources()


ugatsdb documentation built on Nov. 24, 2022, 1:06 a.m.