Nothing
Code
cat_file("R/extendr-wrappers.R")
Output
# Generated by extendr: Do not edit by hand
# nolint start
#' @usage NULL
#' @useDynLib testPackage, .registration = TRUE
NULL
#' Return string `"Hello world!"` to R.
#' @export
hello_world <- function() .Call(wrap__hello_world)
# nolint end
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.