Skip to contents

This function will open the directory which contains the local datasets files used in polygot.

Usage

learn_dir(polyglotDirectory = cache_dir())

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

if(interactive()){
learn_dir()
}