Learn R Programming

africamonitor (version 0.2.4)

am_sources: 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)

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 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.

See Also

am_countries, am_series, africamonitor

Examples

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

Run the code above in your browser using DataLab