load_all

Load All Package Code

Description

Sources all R files in a package for interactive development, without requiring a full install.

Usage

1load_all(path = ".", quiet = TRUE)

Arguments

  • path: Path to package root directory.
  • quiet: Logical. Suppress file sourcing messages? Default TRUE.

Value

Character vector of sourced files (invisibly).

Examples

1load_all()
2load_all(quiet = FALSE)  # Show each file being sourced