unblind_data_id {SqueakR} | R Documentation |
Find Matching Experiment ID
Description
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
## Not run: unblind_data_id(experiment, "my_data1.xlsx")
[Package SqueakR version 1.3.0 Index]