View source: R/get_objects_run_hourglass.R
get_feat_sets | R Documentation |
Create feat_sets variable for run_hourglass function from input Excel file.
get_feat_sets(
file_xl,
sets_sheet = "FeatureSets",
params_sheet = "FeatureParameters"
)
file_xl |
The name of file path to an Excel file for custom analyses. |
sets_sheet |
The name of the worksheet in file_xl containing FeatureSets. |
params_sheet |
The name of the worksheet in file_xl containing matching FeatureParameters. |
feat_sets object = list with 2 elements - data frames: 1) sets, 2) params (for "feature parameters") See documentation for more info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.