R/Rcatch22.R

Defines functions Rcatch22

#' @useDynLib Rcatch22
#' @importFrom Rcpp sourceCpp
#' @importFrom rlang warn
NULL

Rcatch22 <- function(){
  print("Read the documentation using ??Rcatch22")
}

Try the Rcatch22 package in your browser

Any scripts or data that you put into this service are public.

Rcatch22 documentation built on June 3, 2022, 9:08 a.m.