existsSavedNlStat: Check whether an nlStat exists in the saved nlStats

Description Usage Arguments Value Examples

View source: R/stats.R

Description

Check whether an nlStat exists in the saved nlStats given the nlStat signature and the nlStatHash to ensure a unique hit

Usage

1
existsSavedNlStat(nlStatSig, nlStatHash)

Arguments

nlStatSig

character The signature of the nlStat to check

nlStatHash

character The hash of the nlStat to check

Value

logical Whether the nlStat was found in the saved nlStats

Examples

1
2
3
4
5
## Not run: 
  existsSavedNlStat(nlStatName = "sum()", nlStatHash = "f0fbe35d81578311ba8f362137832e779b7b4f39")
  #returns TRUE/FALSE

## End(Not run)

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