# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' Simple test function for long vectors
#'
#' @title A simple test function for long vectors
#' @param x A vector of long integers
#' @return A double vector
#' @author Dirk Eddelbuettel
longFun <- function(x) {
.Call('RcppLongLong_longFun', PACKAGE = 'RcppLongLong', x)
}
#' Simple test function for unsigned long vectors
#'
#' @title A simple test function for unsigned long vectors
#' @param x A vector of unsigned long integers
#' @return A double vector
#' @author Dirk Eddelbuettel
unsignedlongFun <- function(x) {
.Call('RcppLongLong_unsignedlongFun', PACKAGE = 'RcppLongLong', x)
}
#' Internal use of long long vectors
#'
#' @title Another simple test function for long long vectors
#' @param n An integer
#' @return A double
#' @author Dirk Eddelbuettel
longlongInside <- function(n) {
.Call('RcppLongLong_longlongInside', PACKAGE = 'RcppLongLong', n)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.