R/RcppExports.R

Defines functions prml timesTwo perfumeNames

Documented in perfumeNames prml

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

#' Declares that I read a famous textbook.
#' @export
prml <- function() {
    invisible(.Call('rpacktest_prml', PACKAGE = 'rpacktest'))
}

timesTwo <- function(x) {
    .Call('rpacktest_timesTwo', PACKAGE = 'rpacktest', x)
}

#' Perfume members introduce themselves on your console
#' @export
perfumeNames <- function() {
    invisible(.Call('rpacktest_perfumeNames', PACKAGE = 'rpacktest'))
}
kota7/rpacktest documentation built on May 20, 2019, 1:11 p.m.