scripts/function_skeleton.R

#' Short Description
#'
#'Full Description
#' @param ParameterName Parameter Description
#' @import package
#' @importFrom package function
#' @export #Include this if you'd like this function to be available to users. Exclude if you'd like this to be a helper function used internally in your package.

example_function <- function(parameter){
Function Body
}
ailich/testpackage documentation built on Sept. 11, 2020, 2:27 p.m.