We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a new Trio doesn't work if a dataset ID is specified to datasetID!
datasetID
> datasets[1:3, 1:4] # A tibble: 3 × 4 datasetID name source sourceID <chr> <chr> <chr> <chr> 1 0000 GE1_data figshare 26142922/47361037 2 0001 GE2_data figshare 26142922/47361052 3 0002 GE3_data figshare 26142922/47361049 > Trio$new("0001") ✔ Reading from Curated Trio Datasets. ✔ Range ''Datasets''. Error in `private$parseIDString()`: ! Specified dataset ("0001") is not avaiable.
Only source ID works, despite
datasetID: A string specifying a dataset, either a name from curated-trio-data or a format string of the form source:source_id.
source
source_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Creating a new Trio doesn't work if a dataset ID is specified to
datasetID
!Only source ID works, despite
The text was updated successfully, but these errors were encountered: