EmilHvitfeldt / textdata

Download, parse, store, and load text datasets instead of storing it in packages
https://emilhvitfeldt.github.io/textdata/
Other
75 stars 13 forks source link

Add global option to allow user to specify where cache should be located #43

Open EmilHvitfeldt opened 3 years ago

EmilHvitfeldt commented 3 years ago
options(textdata_dir = "some/path")

if (!isTRUE(getOption("textdata_dir"))) {

}