R/get_rightAnswer.R

Defines functions get_rightAnswer

Documented in get_rightAnswer

#' Function to get the right answer
#'
#' This function returns just the right answer
#'
#' @param ... you can pass an infinite number of further arguments
#' 
#' @return Returns the right answer
#' 
#' @section Function version: 0.1.0
#' 
#' @author inspired by R.G.
#' 
#' @examples
#'
#' ## you really want to know?
#' get_rightAnswer()
#'
#' @md
#' @export
get_rightAnswer <- function(...) {
  return(46)
}

Try the Luminescence package in your browser

Any scripts or data that you put into this service are public.

Luminescence documentation built on Nov. 3, 2023, 5:09 p.m.