#' @useDynLib fs, .registration = TRUE
#' @importFrom methods setOldClass
NULL
# nocov start
.onUnload <- function(libpath) {
.Call(fs_cleanup_)
library.dynam.unload("fs", libpath)
}
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.