saveNlStat: Save an nlStat function

Description Usage Arguments Value Examples

View source: R/stats.R

Description

Save an nlStat function to the persistent storage so that it can be retrieved and reused later even if the user no longer has its definition. Especially useful when saving the results from an nlStat so that the function used to retrieve the data is always available.

Usage

1

Arguments

nlStat

character An nlStat

Value

logical Whether the process was successful

Examples

1
2
3
nlStat <- list("sum", "na.rm=TRUE")

saveNlStat(nlStat)

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