reload: reload

View source: R/reload.R

reloadR Documentation

reload

Description

Clears the environment and reloads the current package

Usage

reload(clear_env = TRUE)

Arguments

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

Examples

reload()
reload(clear_env = FALSE)
reload(use_rcpp = FALSE)
reload(clear_env = FALSE, use_rcpp = FALSE)

Phioria/phior documentation built on Jan. 29, 2025, 5:22 p.m.