Nothing
.onLoad <- function(libname, pkgname) {
# Register plugins and spin up Blosc thread pools once per session
.Call("C_register_hdf5_filters", PACKAGE = "h5lite") # nocov
}
.onUnload <- function(libpath) {
# Cleanly tear down threads and free memory to prevent Valgrind warnings
.Call("C_destroy_hdf5_filters", PACKAGE = "h5lite") # nocov
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.