reload | R Documentation |
Clears the environment and reloads the current package
reload(clear_env = TRUE)
clear_env |
Set to FALSE if you don't want the environment cleared. Defaults to TRUE |
use_rcpp |
Set to FALSE if you're not using Rcpp. Defaults to TRUE |
reload()
reload(clear_env = FALSE)
reload(use_rcpp = FALSE)
reload(clear_env = FALSE, use_rcpp = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.