Finds the index of a dataset matching a supplied file name
in the experiment.
Usage
unblind_data_id(experiment, filename)
Arguments
- experiment
The experiment object
- filename
The full name of the file, including the extension
Value
A number or numbers representing index or indices where that file
appears in the experiment
Examples
if (FALSE) unblind_data_id(experiment, "my_data1.xlsx")