View source: R/weaveWebFromTables.R
assessWebCall | R Documentation |
Assess the input tables. Mostly to prepare for within-table associations. Called by weaveWebFromTables
.
assessWebCall(tableY, tableX, verbose)
tableY |
A table containing features of interest. Rows should be samples and columns should be features. The Y and X refer to the position of the features in a formula: Y ~ X. |
tableX |
A table containing features of interest. Rows should be samples and columns should be features. The Y and X refer to the position of the features in a formula: Y ~ X. If left empty, tableY will be duplicated. |
verbose |
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large datasets. |
A potentially adjusted tableX.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.