View source: R/suppressBindingNotes.R
suppressBindingNotes | R Documentation |
Ensure resolution of NOTEs from the calling of package
devtools
function check()
.
suppressBindingNotes(variablesMentionedInNotes)
variablesMentionedInNotes |
A variable returned from
|
A helper function to assist in meeting R package devtools::check()
requirements. Found via Stack Overflow post "In R, is it possible to
suppress 'Note: no visible binding for global variable?'" This function is
utilized in function assignLSCompare
to wrap certain variables
utilized via function dplyr
.
Tyler Rinker
# ---- See the Stack Overflow post described in Details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.