R/on_load.R

Defines functions .onLoad

spplit_cache <- fulltext::ftxt_cache # nocov start
.onLoad <- function(libname, pkgname){
  spplit_cache$cache_path_set("spplit")
  fulltext::cache_options_set("spplit")
} # nocov end
ropenscilabs/spplit documentation built on Sept. 29, 2020, 3:05 a.m.