View source: R/construct-helpers.R
compare_options | R Documentation |
Builds options that will be passed to waldo::compare()
down the line.
compare_options(
ignore_srcref = TRUE,
ignore_attr = FALSE,
ignore_function_env = FALSE,
ignore_formula_env = FALSE
)
ignore_srcref |
Ignore differences in function |
ignore_attr |
Ignore differences in specified attributes?
Supply a character vector to ignore differences in named attributes.
By default the For backward compatibility with |
ignore_function_env , ignore_formula_env |
Ignore the environments of
functions and formulas, respectively? These are provided primarily for
backward compatibility with |
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.