aq_countries: Provides a simple listing of countries within the platform.

Description Usage Arguments Details Value Examples

View source: R/countries.R

Description

Provides a simple listing of countries within the platform.

Usage

1
aq_countries(limit = 10000, page = NULL)

Arguments

limit

Change the number of results returned, max is 10000 by page. If no page value, then all results or limit * 100 (maximal number of pages) is returned.

page

The page of the results to query (max 100).

Details

For queries involving a country argument, the code of the country, not its name, should be used.

Value

A results data.frame (dplyr "tbl_df") with 3 columns:

and 2 attributes, a meta data.frame (dplyr "tbl_df") with 1 line and 5 columns:

and a timestamp data.frame (dplyr "tbl_df") with the query time and the last time at which the data was modified on the platform.

Examples

1
2
3
4
5
## Not run: 
countries <- aq_countries()
countries

## End(Not run)

ropenaq documentation built on Jan. 13, 2021, 6:21 a.m.