waiver | R Documentation |
This function is borrowed from ggplot2. It creates a "flag" object indicating
that a value has been intentionally left blank (because it will be filled in
by something else). Often, a function argument being missing or NULL
will
result in an error, while passing waiver()
will cause the function to look
elsewhere in the script for an acceptable value.
waiver()
An empty list of class waiver
.
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.
Other utilities:
add_default_player()
,
add_prop()
,
create_unity_project()
,
find_unity()
,
get_asset()
,
load_png()
,
load_scene()
,
new_scene()
,
read_raw()
,
save_scene()
,
set_active_scene()
,
validate_path()
waiver()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.