inst/examples/RcppClassicExample/R/twoTimes.R

twoTimes <- function(x) {
    .Call(twoTimesImpl, x)   # twoTimesImpl is declared in NAMESPACE, and defined in src/
}

Try the RcppClassic package in your browser

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

RcppClassic documentation built on Nov. 21, 2022, 5:06 p.m.