Learn R Programming

fritools (version 3.3.0)

get_options: Get Options For Packages

Description

A convenience function for getOption.

Usage

get_options(
  ...,
  package_name = .packages()[1],
  remove_names = FALSE,
  flatten_list = TRUE
)

Arguments

...
package_name

The package's name.

remove_names

[boolean(1)] Remove the names?

flatten_list

[boolean(1)] Return a vector?

Value

A (possibly named) list or a vector.

See Also

Other option functions: is_force(), set_options()

Examples

Run this code
# NOT RUN {
example("set_options", package = "fritools")
# }

Run the code above in your browser using DataLab