Description Usage Arguments Value Examples
Check whether an nlStat exists in the saved nlStats given the nlStat signature and the nlStatHash to ensure a unique hit
1 | existsSavedNlStat(nlStatSig, nlStatHash)
|
nlStatSig |
character The signature of the nlStat to check |
nlStatHash |
character The hash of the nlStat to check |
logical Whether the nlStat was found in the saved nlStats
1 2 3 4 5 | ## Not run:
existsSavedNlStat(nlStatName = "sum()", nlStatHash = "f0fbe35d81578311ba8f362137832e779b7b4f39")
#returns TRUE/FALSE
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.