R/rope.R

#' @title String-handling API for developing Rcpp packages
#' @name rope
#' @description This package provides a set of lightweight
#' C++ functions that can be used for manipulating strings
#' in Rcpp code.
#' @useDynLib rope
#' @importFrom Rcpp sourceCpp
#' @docType package
#' @aliases rope rope-package
NULL
PeteHaitch/rope documentation built on May 8, 2019, 1:32 a.m.