R/hello.R

Defines functions hello

Documented in hello

#' Call Rust function `hello()`
#' 
#' Call Rust function `hello()`.
#' @export
hello <- function() {
  .Call(wrap__hello) 
}
clauswilke/helloextendr documentation built on Dec. 31, 2020, 10:03 p.m.