download_full_dataset: Download full dataset

Description Usage Arguments Value Author(s) Examples

Description

download_full_dataset downloads a selected dataset from the server and saves it in the specified output directory. Supported formats are: .shp, .kml and .csv

Usage

1
download_full_dataset(sel_dataset, format = "shp")

Arguments

sel_dataset

Dataframe containing the information about a selected dataset.

format

Character. Specifies the output format. Default is "shp".

Value

Logical, indicating success of the download operation.

Author(s)

Sandro Groth

Examples

1
2
3
datasets <- search_datasets("Climate", aoi = T)
selected <- select_dataset(datasets, 12)
download_full_dataset(selected, format = "csv")

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