This method is used internally by expand_trials to save the data to the "datastore" defined in set_expansion_options .
save_expanded_data(object, data)## S4 method for signature 'te_datastore_datatable'save_expanded_data(object, data)
Arguments
object: An object of class te_datastore or a child class.
data: A data frame containing the expanded trial data. The columns trial_period and id are present, which may be used in methods to save the data in an optimal way, such as with indexes, keys or separate files.
Returns
An updated object with the data stored. Notably object@N should be increased