R/some_var.R

Defines functions do_something

Documented in do_something

#' Imagine this does something useful
#'
#' @param some_Var
#' @return a dataframe with results
do_something <- function(some_Var) {
  return(data.frame(a = some_Var))
}
melodymzmz/ohwhaley documentation built on Dec. 21, 2021, 4:56 p.m.