combine_by_columns | R Documentation |
Fetches the merged rows of all data columns aligned-right digits. MIGHT BE USEFUL IN ADT!
combine_by_columns(digitdata, data_columns, indexes = NA)
digitdata |
A object of class |
data_columns |
The names of numeric columns of data to be analyzed. Default can be 'all', where using all data columns in |
indexes |
Defaulted to NA. If NA, uses all rows. If specified, only uses the specified rows. |
Combined data for data_columns
by merging rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.