R/fct_random_num.R

Defines functions random_num

Documented in random_num

#' random_num function
#'
#' @description A shiny function
#'
#' @param Internal parameters for the function.
#'
#' @return The return value, if any, from executing the function.
#'
#' @export
random_num <- function() {
  sample(1:5, 1)
}
orderlyquant/treehouse documentation built on Feb. 19, 2021, 11:46 a.m.