gen_gwcode: gen_gwcode

Description Usage Arguments

View source: R/data_cshp.R

Description

Takes gwcode_changes and translates it into a regular time-series.

Usage

1
2
3
4
5
6
7
gen_gwcode(
  input_folder,
  input_file = "gwcode_changes.parquet",
  interval = "1 year",
  enddate = as.Date("2020-1-1"),
  startdate = NULL
)

Arguments

interval

see by argument in base::seq.Date. default is 1 year.

enddate

a date. option to add more years than the last entry in the input data

startdate

a date. filters the input data to start at the given date.


prio-data/priogrid documentation built on June 28, 2021, 5:34 a.m.