Learn R Programming

polyglot (version 0.3.0)

learn_dir: Open the datasets directory

Description

This function will open the directory which contains the local datasets files used in polygot thanks to the pins package.

Usage

learn_dir(polyglotDirectory = pins::board_local_storage())

Arguments

polyglotDirectory

A string

Details

This function opens the directory which contain all the dataset files which are loaded into the interactive learning environment of the polyglot package.

Examples

Run this code
# NOT RUN {
if(interactive()){
learn_dir()
}

# }

Run the code above in your browser using DataLab