search_datasets: Search datasets

Description Usage Arguments Value Author(s) Examples

Description

seearch_datasets searches Esri's Open Data Hub using its REST API by applying the specified filters. If an aoi is set by exacuting set_aoi(), results can be also limited to a certain bounding box area.

Usage

1
2
search_datasets(query = "", source = "", sector = "", region = "",
  aoi = FALSE)

Arguments

query

Character, specifying the search query.

source

Character, specifying the name of data sources.

sector

Character, specifying the sector in which the search will be aplied.

region

Character, region code, e.g. 'US'.

aoi

Logical, wheter the search should be limited to the specified aoi or not.

Value

Dataframe, containing information about all matching datasets.

Author(s)

Sandro Groth

Examples

1
2
library(esriOpenData)
datasets <- search_datasets("Census 2011", "statista", "Demography", "GER", aoi = T)

SandroGroth/esriOpenData documentation built on May 17, 2019, 4:21 a.m.