DownloadDataF: Download .nc datasets from Narccap

Description Usage Arguments Examples

View source: R/downloadFun.R

Description

This function downloads the specified datasets from NARCCAP

Usage

1
2
DownloadDataF(table, path = " ", AbName, FromYear = 1968,
  ToYear = 2071)

Arguments

table

Is the table produced with the function ShowData()

path

The directory where you are going to download the data, we recomend to create a new directory for each variable.

AbName

The abbreviate name of the variable you are going to download

FromYear

The initial year data sets

ToYear

The last year of data sets

Examples

1
2
3
###Not run
table <- ShowData()
DownloadDataF(table=table, path="~/RegionalModelPrecipitation", AbName="pr", FromYear=1968, ToYear=1990)

JohanFR198/NarccapRDD documentation built on Oct. 14, 2019, 10:04 p.m.