emis_source source vein scripts

emis_source(
  path = "est",
  pattern = ".R",
  ignore = "~",
  first,
  ask = TRUE,
  recursive = TRUE,
  full.names = TRUE,
  echo = FALSE
)

Arguments

path

Character; path to source scripts. Default is "est".

pattern

Character; extensions of R scripts. Default is ".R".

ignore

Character; character to be excluded. Default is "~". Sometimes, the OS creates automatic back-ups, for instance "run.R~", the idea is to avoid sourcing these files.

first

Character; first script.

ask

Logical; Check inputs or not. Default is "FALSE". It allows to stop inputs

recursive

Logical; recursive or not. Default is "TRUE"

full.names

Logical; full.names or not. Default is "TRUE".

echo

Source with echo?

Examples

if (FALSE) {
# Do not run
}