setGliderFlags | R Documentation |
This function changes specified entries in the data-quality
flags of glider
objects. Those flags are stored within
a list named flags$payload1
that resides in the metadata
slot.
setGliderFlags(
object,
name = NULL,
i = NULL,
value = NULL,
debug = getOption("gliderDebug", 0)
)
object |
A glider object, i.e. an object inheriting from |
name |
Character string indicating the name of the variable to be flagged. If
this variable is not contained in the object's |
i |
There are three choices for |
value |
The value to be inserted in the flag. |
debug |
Integer set to 0 for quiet action or to 1 for some debugging. |
An object with flags set as indicated.
Dan Kelley
See handleGliderFlags()
for an example of use.
Other functions relating to data-quality flags:
handleGliderFlags()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.