View source: R/extract_parameters.R
extract_parameters | R Documentation |
A function that extracts desired parameters from a dataframe. It returns a dataframe with only the desired parameters.
extract_parameters(dataframe, parameters)
dataframe |
A dataframe to extract from |
parameters |
A list of parameter names to extract |
Returns a dataframe with only the desired parameters.
Sam Loontjens
parameters_to_extract <- c("A, Ci, elapsed, Qin")
new_dataframe <- extract_parameters(old_dataframe, parameters_to_extract)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.