View source: R/event2zeitpunkt.R
event2zeitpunkt | R Documentation |
map between the column EVENTref and the columns zeitpunktref or zp_fabianref in event2zeitpunkt_table. These columns are different labels of the time points
event2zeitpunkt(
EVENT,
returnformat = c("zeitpunktref", "zp_fabianref"),
event2zeitpunkt_df = progressdatenbankderivate::event2zeitpunkt_table
)
EVENT |
vector of characters. They must be present in event2zeitpunkt_table$EVENTref. |
returnformat |
a character string indicating whether zeitpunktref or zp_fabianref should be returned. |
event2zeitpunkt_df |
data.table event2zeitpunkt_table (available with the package). |
a vector of labels of the type zeitpunktref or zp_fabianref
event2zeitpunkt(EVENT = c(1, 2, 31, 8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.