tests/test_import/packageToTest/R/get.R

#' Function named get
#'
#' Used to test imports when a function named `get` is before the base package
#' on the search path.
#'
#' @export
get <- function(...) {
  stop("import incorrectly used function `get` exported from package: packageToTest")
}
smbache/import documentation built on Jan. 27, 2024, 10:49 a.m.