View source: R/functions.R View source: R/functions.R
event2Behandling | R Documentation |
Translate event codes to Sötebasens strings for Behandling
Convert event code to Sötebasen string
event2Behandling(x)
event2Behandling(x)
x |
event codes |
Text representation of event codes defined for Smoltreg
character strings
ev <- c(min(Smoltreg::event):max(Smoltreg::event))
sb_ev <- event2Behandling(ev)
sb_ev
event2Behandling(c(0,1,2,3,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.