Description Usage Arguments Value Examples
Get raw data used by Metalab
1 2 3 | get_metalab_dataset_info(
dataset_file = paste0(ml_metadata_url, "datasets.yaml")
)
|
dataset_file |
A file or URL with MetaLab dataset metadata, defaults to the current MetaLab dataset metadata hosted in the langcog/metalab2 repository on Github |
A data.frame of MetaLab dataset metadata
1 2 3 4 5 | ## Not run:
ml_dataset_info <- metalabr::get_metalab_dataset_info()
ml_data <- metalabr::get_metalab_data(ml_dataset_info)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.