Description Usage Arguments Value Examples
Return the hash of an nlStat function body with whitespace removed. This is to help uniquely identify a function
1 | hashNlStatBody(nlStatBody)
|
nlStatBody |
The function body of the nlStat |
a character vector
1 2 | Rnightlights:::hashNlStatBody(nlStatBody = 'function (..., na.rm = FALSE) .Primitive("sum")')
#returns "f0fbe35d81578311ba8f362137832e779b7b4f39"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.