Skip to contents

Small functions that return hard coded values

Usage

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 = "_")

Value

A vector of values

Details

The functions are written using a parameter with a default value. This is done to make the return value visible in the documentation.