start_kim | R Documentation |
Start kim (update kim; attach default packages; set working directory, etc.) This function requires installing Package 'remotes' v2.4.2 (or possibly a higher version) by Csardi et al. (2021), https://cran.r-project.org/package=remotes
start_kim(
update = TRUE,
upgrade_other_pkg = FALSE,
setup_r_env = TRUE,
default_packages = c("data.table", "ggplot2"),
silent_load_pkgs = c("data.table", "ggplot2")
)
update |
If |
upgrade_other_pkg |
input for the |
setup_r_env |
logical. If |
default_packages |
a vector of names of packages to load and attach.
By default, |
silent_load_pkgs |
a character vector indicating names of
packages to load silently (i.e., suppress messages that get printed
when loading the packages).
By default, |
## Not run:
start_kim()
start_kim(default_packages = c("dplyr", "ggplot2"))
start_kim(update = TRUE, setup_r_env = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.