Hardcode | R Documentation |
Small functions that return hard coded values
Hardcode(returnValue = "See documentation")
TalliD(returnValue = c("id", "strata", "Total"))
WideAddName(returnValue = c("", "Strata", "Total"))
WideSep(returnValue = "_")
WideSep2(returnValue = "_")
ProtectKostraTotal(returnValue = "Total")
ProtectKostraSdcStatus(returnValue = "sdcStatus")
ProtectKostraSep(returnValue = "_")
The functions are written using a parameter with a default value. This is done to make the return value visible in the documentation.
A vector of values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.