#' riot
#'
#' R Input-Output Tools contains utility functions for input-output database related stuff. Input-Output as the matrizes Leontief invented.
#'
#' @docType package
#' @author Oliver Reiter
#' @useDynLib riot
#' @import Rcpp data.table
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
#' @name riot
NULL
.onUnload <- function (libpath) {
library.dynam.unload("riot", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.