.onAttach <- function(libname, pkgname){
relations <<- data.frame( from = character(0), to = character(0), time = character(0) )
inputs_file <<- c()
inputs_db <<- c()
inputs_df <<- c()
outputs_file <<- c()
outputs_db <<- c()
outputs_df <<- c()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.