get_data | R Documentation |
The data element in the dataset list should either be a matrix or a named list with each eleemnt being a matrix.
get_data(ds, data_name = NULL)
ds |
a dataset object (synchronized or not) |
data_name |
A string containing which data element from the dataset's data element |
If 'data_name' is not specified, the order that will be returned is: data (if a matrix) rz, norm, raw, log, transformed (if a named list).
the data element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.