dwd_add_phase_info: Add phase info to data file

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

dwd_data

a 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 phase data.

Examples

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

# add phase information
my_file <- dwd_add_phase_info(my_file)

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