## This file contains code and comments related to package development.
## It will be deleted at a later stage in development.
# Some useful keyboard shortcuts for package authoring:
#
# Install Package: 'Ctrl + Shift + B'
# Check Package: 'Ctrl + Shift + E'
# Test Package: 'Ctrl + Shift + T'
# Document Package: 'Ctrl + Shift + D'
# Set up roxygen
# devtools::document()
#' Hello World
#'
#' A function for printing Hello World
#'
#' @return NULL
#'
#' @export
hello <- function() {
print("Hello, world!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.