R/do_magic_r.R

Defines functions do_magic_r

Documented in do_magic_r

#' @useDynLib domagic
#' @importFrom Rcpp sourceCpp
NULL

#' Does magic
#' @param x Input
#' @return Magic value
#' @export
do_magic_r <- function(x) {
  return(do_magic_cpp(x))
}
richelbilderbeek/travis_qmake_gcc_cpp11_rcpp documentation built on Aug. 4, 2019, 7:16 p.m.