R/functions_packb.R

#' @title f1 exposed by packb
#' @description This is function \code{f1} exposed by \code{packb}
#'
#' @return A String "Hello from packb_f1"
#' @importFrom packa packa_f1
#' @export
#'
#' @examples
#' packb_f1()
packb_f1 <- function() {
  print("Hello from packb_f1")
}
sdeboudt/packb documentation built on May 14, 2019, 6:02 p.m.