te_datastore-class | R Documentation |
This is the parent class for classes which define how the expanded trial data should be stored.
To define a new storage type, a new class should be defined which inherits from te_datastore
. In addition, methods
save_expanded_data and read_expanded_data
need to be defined for the new class.
A 'te_datastore' object
N
The number of observations in this data. Initially 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.