inst/templates/extendr-wrappers.R

# nolint start

#' @docType package
#' @usage NULL
#' @useDynLib {{{pkg_name}}}, .registration = TRUE
NULL

#' Return string `"Hello world!"` to R.
#' @export
hello_world <- function() .Call(wrap__hello_world)

# nolint end
extendr/rextendr documentation built on May 20, 2024, 12:03 p.m.