Example on sumR

Introduction

The aim of this vignette is:

Adding two numbers

The function in the sumR compute the sum of two numbers using different programming approaches:

[comment]: # * sumRRcpp uses Rcppto call C++ code to compute the sum.

library(sumR)

sumR(1, 2)

sumRC(1, 2)

sumRCall(1,2)

#sumRRcpp(1, 2)


becarioprecario/sumR documentation built on May 19, 2019, 8:21 a.m.