Hardcode: Small functions that return hard coded values

View source: R/Hardcode.R

HardcodeR Documentation

Small functions that return hard coded values

Description

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

Details

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

Value

A vector of values


statisticsnorway/Kostra documentation built on July 8, 2023, 5:58 a.m.