nlStatArgsStandardize: Standardize the arguments of an nlStat

Description Usage Arguments Value Examples

View source: R/stats.R

Description

Standardize the arguments of an nlStat to ensure signatures can be compared. Currently this entails converting logical 'T' to TRUE and 'F' to FALSE

Usage

1

Arguments

nlStatArg

character The argument of an nlStat

Value

named character The signature of the nlStat

Examples

1
2
3
Rnightlights:::nlStatArgsStandardize("na.rm=T")

#returns "na.rm=TRUE"

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.