#' @importFrom magrittr %>%
`%>%` <- magrittr::`%>%`
#' @useDynLib knn
#' @importFrom Rcpp sourceCpp
NULL
.onUnload <- function(libpath)
{
print(paste("Unloading", libpath))
library.dynam.unload("knn", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.