dwd_add_date_time: Replaces DateTime column by Date (date) and Time (numeric)...

Description Usage Arguments Value Author(s) Examples

View source: R/dwd_add_date_time.R

Description

This functions replaces DateTime column by Date (date) and Time (numeric) columns

Usage

1
dwd_add_date_time(dataframe, columnname = "DateTime")

Arguments

dataframe

a dataframe

columnname

default = "DateTime"; should contain values in the format "2017072602" for 2 oclock at the 26 th of Julya in 2017

Value

a dataframe like dataframe with two new columns

Author(s)

Wolfgang Hamer

Examples

1
2
locs <- get_dwd_locations(sp = TRUE)
mapview::mapview(locs)

whamer/papros documentation built on Feb. 6, 2021, 8:54 a.m.