R/RcppExports.R

Defines functions rcpp_hello_world timesTwo getClosingPrice

Documented in rcpp_hello_world

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

rcpp_hello_world <- function() {
    .Call(`_demoRcpp_rcpp_hello_world`)
}

timesTwo <- function(x) {
    .Call(`_demoRcpp_timesTwo`, x)
}

getClosingPrice <- function() {
    .Call(`_demoRcpp_getClosingPrice`)
}
ygajjar/demoRcppPub documentation built on Nov. 5, 2019, 12:35 p.m.