new_waiver | R Documentation |
Create a waiver
object.
new_waiver()
This object is used to represent that the user has not manually
specified a setting, and so defaults should be used. By explicitly
using a new_waiver()
, this means that NULL
objects can be a
valid setting. The use of a "waiver" object was inspired by the
ggplot2
package.
object
of class Waiver
.
# create new waiver object w <- new_waiver() # print object print(w) # is it a waiver object? is.Waiver(w)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.