extract_param_names | R Documentation |
Extracts all words starting with "b_". Leverages the fact that all parameters has to start with "b_".
extract_param_names(string, simplify = FALSE)
string |
A character string |
simplify |
If TRUE return as a vector. Default is FALSE. |
A list or vector with the parameter names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.