R/Test_function.R

#' Prints hello
#' 
#' Takes an argument and prints it to the f!#$ing screen
#' @param a character vector
#' @return a character vector
#' @export 

Test_function <- function(x) print(x)
mariofajardo/test_package documentation built on May 21, 2019, 11:47 a.m.