check_n_load.mldr: (Defunct) Check if an mldr object is locally available and...

Description Usage Arguments Examples

View source: R/utils.R

Description

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.

Usage

1
check_n_load.mldr(mldr.name)

Arguments

mldr.name

Name of the dataset to load

Examples

1
2
3
4
5
6
## Not run: 
library(mldr.datasets)
check_n_load.mldr("bibtex")
bibtex$measures

## End(Not run)

mldr.datasets documentation built on May 2, 2019, 3:43 p.m.