find_pri_df | R Documentation |
helper for finding input 'df'
find_pri_df(
anal_type = "Model",
df = NULL,
id = "gene",
impute_na = FALSE,
...
)
anal_type |
Character string; the type of analysis that are preset for
method dispatch in function factories. The value will be determined
automatically. Exemplary values include |
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Character string; one of |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
... |
Not currently used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.