R/printer.R

Defines functions printer

Documented in printer

#' Title
#'
#' @param r
#' @param x
#' @param y
#'
#' @return
#' @export
#'
#' @examples
source("./R/hello.R")
printer <- function(r, x, y){
  print(paste0("x = ",x))
  hello(y)
}
Olivador/firstRpackage documentation built on Dec. 18, 2021, 5:34 a.m.