Learn R Programming

golem (version 0.1)

document_and_reload: Document and reload your package

Description

This function calls rstudioapi::documentSaveAll(), roxygen2::roxygenise() and pkgload::load_all().

Usage

document_and_reload(pkg = ".")

Arguments

pkg

Path to the root of the package. Default is ".".