R/RcppExports.R

Defines functions timesTwo

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

#' @title Multiply a number by two
#'
#' @param x A single integer.
NULL

timesTwo <- function(x) {
    .Call('_dfbmd_timesTwo', PACKAGE = 'dfbmd', x)
}
Ronlee12355/dfbmd documentation built on Sept. 23, 2020, 10:32 a.m.