View source: R/misc_subset_options.R
| misc_subset_options | R Documentation |
Miscellaneous helper function to subset R options by a keyword.
misc_subset_options(keyword)
keyword |
A character. The keyword to subset the R options. |
This function subsets R's options() by a keyword. It returns a
list of all available options that match with the keyword. The keyword
is evaluated as a regular expression.
A list is returned, containing the subset of R's options() that
matches with the keyword.
misc_subset_options("default")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.