R/racine.R

#' Conversion en euros
#'
#' @param x a numeric
#'
#' @return a numeric
#' @export
#'
#' @examples
#' conv(2) # 4
conv <- function(x) {
  x*1.3
}
PhanitSaing/Phanit documentation built on May 25, 2019, 1:20 p.m.