R/hfittR-package.R

Defines functions .onLoad

#' @title OnLoad File
#' @description Loads files from local environment after initial load
#' @importFrom utils read.table

.onLoad <- function(libname, pkgname) {
    utils::data("request_table", "argument_table",
     package=pkgname, envir=parent.env(environment()))
  }
lissahyacinth/hfittR documentation built on May 6, 2019, 10:36 a.m.