Join us for
RADAR: AI Edition

vein (version 0.8.9)

emis_source: A function to source vein scripts

Description

emis_source source vein scripts

Usage

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; caracter to be excluded. Default is "~". Sometimes, the OS creates automatic back-ups, for instance "run.R~", the ideia 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

Run this code
# NOT RUN {
# Do not run
# }

Run the code above in your browser using DataLab