R/RcppExports.R

Defines functions timesTwo

Documented in timesTwo

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' timesTwo
#'
#' Calculates the double of a value.
#'
#' @param x A numeric vector.
#' @export
timesTwo <- function(x) {
    .Call(`_multiple_timesTwo`, x)
}
Cours-R/travailler-package-EricMarcon documentation built on Dec. 31, 2020, 11:51 a.m.