Nothing
# Package Load/Attach Hooks for RMediation
.onLoad <- function(libname, pkgname) {
# Register S4 classes for S7
S7::S4_register(ProductNormal)
S7::S4_register(MBCOResult)
# Register S7 methods
S7::methods_register()
# Register medfit integration methods if medfit is available
.register_medfit_methods()
}
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.