handle_df_args | R Documentation |
Handle function arguments passed in the form of a data.frame
handle_df_args(
df,
exclude = NULL,
parent_fn = NULL,
fuzzy_match = TRUE,
fn_env = NULL,
...
)
df |
|
parent_fn |
|
... |
additional arguments are ignored. |
This function is an internal utility function intended to allow
funtion arguments to be passed as a single data.frame
, and
each of the colnames(df)
represent formal function arguments.
One tricky aspect is how to handle arguments that only expect one value. It could be validated here, or that could be responsibility of the parent function.
environment
containing variables parsed from df
Other jam utility functions:
cardinality()
,
color_complement()
,
convert_PD_df_to_SE()
,
convert_imputed_assays_to_na()
,
curate_se_colData()
,
curate_to_df_by_pattern()
,
design2layout()
,
get_numeric_transform()
,
merge_proteomics_se()
,
nmat_summary()
,
nmatlist_summary()
,
rmd_tab_iterator()
,
rowNormScale()
,
summit_from_vector()
parent_fn <- nmatlist2heatmaps;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.