Nothing
#' @title Path to example files
#' @description This function returns the path to the example files.
#' @param path The path to the example files.
#' @return The path to the example files.
#' @export
easynem_example <- function(path = NULL) {
if (is.null(path)) {
dir(system.file("extdata", package = "easynem"))
} else {
system.file("extdata", path, package = "easynem", mustWork = TRUE)
}
}
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.