Description Usage Arguments Value Examples
View source: R/get_metalab_metadata.R
Get raw data used by Metalab
1 2 3 | get_metalab_metadata(
dataset_file = paste0(metalab_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:
metadata <- get_metalab_metadata()
metalab_data <- get_metalab_data(metadata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.