Description Usage Arguments Value Note See Also Examples
A convenience function for getOption
.
1 2 3 |
... |
See |
remove_names |
[boolean(1)] |
flatten_list |
[boolean(1)] |
a (possibly named) list or a vector.
gco
is just an alias for get_cleanr_options
.
Other option wrappers:
set_cleanr_options()
Other option wrappers:
set_cleanr_options()
1 2 3 4 5 6 7 | cleanr::get_cleanr_options("max_lines")
cleanr::get_cleanr_options("max_lines", remove_names = TRUE)
cleanr::get_cleanr_options("max_lines", flatten_list = TRUE)
cleanr::get_cleanr_options("max_lines", flatten_list = TRUE,
remove_names = TRUE)
cleanr::get_cleanr_options(flatten_list = TRUE, remove_names = TRUE)
cleanr::get_cleanr_options(c("max_lines", "max_lines_of_code"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.