Using C Routines inside of Rcpp
The cRcpp R package provides an example of implementing and using a C routine with C++ code through Rcpp.
Installation
To install the cRcpp package, use:
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("coatless-rd-rcpp/rcpp-and-c")To access its contents, load it into R with: