R/package.R

Defines functions .onLoad

#' pygrok module object
#'
#' Uses the reticulate framework to access the pygrok module
#'
#' @export pygrok
pygrok <- NULL

.onLoad <- function(libname, pkgname) {
  pygrok <<- reticulate::import("pygrok", delay_load = TRUE)
}
ellisvalentiner/grokr documentation built on Jan. 1, 2021, 12:16 a.m.