R/first_function.R

Defines functions first_function

Documented in first_function

#' Simple Function
#'
#'
#'This is a simple package. Testing YO!
#'
#'
#' @export
first_function <- function(){
  print('YO, This is an R package that will flirt with the Twitch API')
}
mowgl-i/Rchamp documentation built on April 15, 2022, 7:02 a.m.