R/random_test_fun.R

Defines functions random_test_fun

Documented in random_test_fun

#' @title Make a random testing fun
#' @name random_test_fun
#' @description Make random test fun
#'
#' @param x A floating point number
#'
#' @examples
#' random_test_fun(5)
#'
#' @export


random_test_fun<- function(x) {

  x * 50

}
PsychlytxTD/fht documentation built on July 4, 2020, 5:42 p.m.