R/create_package.R

NULL

#' Test function
#'@param x input value
#'@description function that print input values

fun_test=function(x){
cat(paste("You have print:",x))
}
bridachristian/testpackage documentation built on May 31, 2019, 11:48 p.m.