unblind_data_id {SqueakR} | R Documentation |
Finds the index of a dataset matching a supplied file name in the experiment.
unblind_data_id(experiment, filename)
experiment |
The experiment object |
filename |
The full name of the file, including the extension |
A number or numbers representing index or indices where that file appears in the experiment
## Not run: unblind_data_id(experiment, "my_data1.xlsx")