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