am_sources: Retrieve Data Sources Table

View source: R/accessdb.R

am_sourcesR Documentation

Retrieve Data Sources Table

Description

This function retrieves a table with information about the sources of data in the database, and when data from different sources was updated.

Usage

am_sources(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 data source table gives information about the various sources / providers of data in this database, including the source website, frequency and time coverage of data, a description of the source, when data from the source was updated 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

am_countries, am_series, africamonitor

Examples


am_sources()


africamonitor documentation built on May 29, 2024, 7:55 a.m.