rcpp_add: rcpp_add

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

The sum of two integers.This is a simple function to test the integrity of Rcpp package

Usage

1
rcpp_add(x, y)

Arguments

the

second parameter y (y)

Value

the sum of two integers n

Examples

1
2
3
4
5
6
## Not run: 
x<-3
y<-4
z<-rcpp_add(3,4)

## End(Not run)

SC19017016/SC19017016 documentation built on Dec. 31, 2019, 12:53 a.m.