View source: R/is_beauti_options.R
is_beauti_options | R Documentation |
beauti_options
Determine if the object is a valid beauti_options
is_beauti_options(x)
x |
an object, to be determined if it is a |
TRUE if the object is a valid beauti_options
,
FALSE otherwise
Richèl J.C. Bilderbeek
use create_beauti_options to create a valid
beauti_options
object
check_empty_beautier_folder()
# TRUE
is_beauti_options(create_beauti_options())
# FALSE
is_beauti_options("nonsense")
is_beauti_options(NA)
is_beauti_options(NULL)
is_beauti_options("")
is_beauti_options(c())
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.