getPrecipDF: Get Precipitation Data Frame/ Data Table

Description Usage Arguments Value Examples

View source: R/getPrecipDF.R

Description

Get Precipitation Data Frame/ Data Table

Usage

1
getPrecipDF(list_of_files)

Arguments

list_of_files

list of files including precipitation and spatial data

Value

data.table with date, id, precipitation, lon, lat and climate model columns

Examples

1
2
3
4
5
6
7
8
## Not run: 

getPrecipDF(list.files(path = "./avancedr/spatial/data/raw",
                       pattern = ".nc",
                       full.names = TRUE))


## End(Not run)

kazivana/precipmodeling documentation built on Jan. 1, 2021, 7:16 a.m.