# package.R - DESC
# %FLPKG%/R/package.R
# Copyright %USER%, %YEAR%
# Author: %USER% <%EMAIL%>
#
# Distributed under the terms of the %LICENSE%
#' What The Package Does
#'
#' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend
#' odio ac rutrum luctus. Aenean placerat porttitor commodo. Pellentesque eget porta
#' libero. Pellentesque molestie mi sed orci feugiat, non mollis enim tristique.
#' Suspendisse eu sapien vitae arcu lobortis ultrices vitae ac velit. Curabitur id
#'
#' @author
#' %USER% \email{%EMAIL%, duplicate ampersand}
#'
#' Maintainer: %USER% \email{%EMAIL%, duplicate ampersand}
#' @name %pkgname%
#' @docType package
#' @import
#' @examples
#' \dontrun{FLPKG()}
#' @seealso See \code{vignette("%FLPKG%", package = "%FLPKG%")} for an
#' overview of the package.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.