R/extendr-wrappers.R

Defines functions hello_world

Documented in hello_world

# nolint start

#' @docType package
#' @usage NULL
#' @useDynLib helloextendr, .registration = TRUE
NULL

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

# nolint end
extendr/helloextendr documentation built on July 28, 2023, 2:42 a.m.