Description Usage Arguments Value Author(s) Examples
View source: R/dwd_add_date_time.R
This functions replaces DateTime column by Date (date) and Time (numeric) columns
1 | dwd_add_date_time(dataframe, columnname = "DateTime")
|
dataframe |
a dataframe |
columnname |
default = "DateTime"; should contain values in the format "2017072602" for 2 oclock at the 26 th of Julya in 2017 |
a dataframe like dataframe with two new columns
Wolfgang Hamer
1 2 | locs <- get_dwd_locations(sp = TRUE)
mapview::mapview(locs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.