Description Usage Arguments Examples
This function checks if the mldr object whose name is given as input is locally available, loading it in memory. If necessary, the dataset will be downloaded from the GitHub repository and saved locally.
1 | check_n_load.mldr(mldr.name)
|
mldr.name |
Name of the dataset to load |
1 2 3 4 5 6 | ## Not run:
library(mldr.datasets)
check_n_load.mldr("bibtex")
bibtex$measures
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.