| compare_options {constructive} | R Documentation | 
Options for waldo::compare
Description
Builds options that will be passed to waldo::compare() down the line.
Usage
compare_options(
  ignore_srcref = TRUE,
  ignore_attr = FALSE,
  ignore_function_env = FALSE,
  ignore_formula_env = FALSE
)
Arguments
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   | 
Value
A list