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
clauswilke/rextendr documentation built on July 17, 2025, 12:05 a.m.