.onLoad <- function(libname, pkgname){ .Call(R_lldb_startup) invisible() } .onUnload <- function(libpath){ .Call(R_lldb_shutdown) invisible() }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.