#' remove all object and detach all loaded packages
#'
#' @return nothing
#' @export
#'
#' @examples clear()
clear <- function(){
remove_objects()
detach()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.