R/do_magic_r.R

Defines functions do_magic_r

Documented in do_magic_r

#' Does magic
#' @param x Input
#' @return Magic value
#' @export
#' @useDynLib domagic
#' @importFrom Rcpp sourceCpp
do_magic_r <- function(x) {
  return(do_magic_cpp(x))
}
richelbilderbeek/travis_qmake_gcc_cpp14_rcpp documentation built on Aug. 9, 2019, 10:42 a.m.