vignettes/srcpkgs_lotr_demo/elves/R/main.R

#' list the available hobbits
#' @return elves names as character
#' @export
#' @importFrom galadriel galadriel
elves <- function() {
  list(
    galadriel = galadriel(), # importFrom
    legolas = legolas::legolas() # import
  )
}

Try the srcpkgs package in your browser

Any scripts or data that you put into this service are public.

srcpkgs documentation built on May 29, 2024, 6:43 a.m.