arc2_api_download: Downloads data into list of tibbles by date using rnoaa API.

Description Usage Arguments Value Examples

Description

Downloads data into list of tibbles by date using rnoaa API.

Usage

1
arc2_api_download(list_of_dates)

Arguments

vector_of_dates

A list of raster in velox format. Shoudl be in YYYY-MM-DD format

Value

An spdf with the same format as the velox raster data. We can re-use the dates list again without passing it through the function as returned output.

Examples

1
arc2_api_download(c("2019-01-01", "2019-01-02"))

one-acre-fund/arc2weather documentation built on May 16, 2019, 5:02 a.m.