dwd_add_station_info: Add station info to data file

Description Usage Arguments Value Examples

Description

This function allows you to add station information to an observation data tibble. The matching DWD meta file containing relevant station information is processed and joined.

Usage

1

Arguments

dwd_data

tibble containing DWD observation data to which station information shall be added = return of dwd_read.

Value

A tidyverse tibble containing the merged observation and station data.

Examples

1
2
3
4
5
# read DWD file into R
my_file <- dwd_read(my_dir) # result: tidyverse tibble

# add station information
my_file <- dwd_add_station_info(my_file)

malinfischer/phenoTS documentation built on May 14, 2019, 12:56 a.m.