R/fct_powertwo.R

Defines functions fct_powertwo

#' powertwo 
#'
#' @description A fct function
#'
#' @return The return value, if any, from executing the function.
#'
#' @noRd
fct_powertwo <- function(x) {
  return(x**2)
}
sebastiencalvignacedu/firstPackageR documentation built on Jan. 14, 2022, 4:34 p.m.