#' @export
testloadcsv <- function() {
file = system.file("resources", "sample.csv", package=packageName())
print(read.csv(file))
}
#' @export
helloworld <- function() {
print("Hello world");
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.