R/utils.R

Defines functions pkg_resource

# locations of resource files in the package
pkg_resource <- function(...) {
  system.file(..., package = "Rtistic")
}
vidonne/Rtistic documentation built on Oct. 16, 2020, 12:51 a.m.