R/foo.R

Defines functions foo

Documented in foo

#' Title
#'
#' @param a integer will be concatenated
#' @param g integer will be concatenated
#'
#' @return Printes
#' @export
#'
#' @examples
foo <- function(a, g) {
  factor(c(as.character(a), as.character(g)))
  print("Hello")
}
selinaZitrone/foofactors documentation built on Oct. 6, 2020, 12:47 a.m.