source8file: sources a set of R files

Description Usage Arguments Details Value

View source: R/rbsa0.code.r

Description

Just sourcing files after adding a directory path and emetting a message.

Usage

1
2
3
4
 
  source8file(files,
              display=1,
              directory=character(0),...) 

Arguments

files

The R file(s) to be sourced.

display

If non negative, display before its sourcing, the name of each file, by a call to form3title with the empha parameter set to its value.

directory

The directory path to add before the files.

...

Further arguments to be passed to the source function.

Details

The useness of this function is to allow (1) sourcing several files with a unique call and (ii) to easily change the directory when working in different computers.

Value

nothing is returned but sourcing and displaying file names if asked are performed.


rbsa documentation built on May 2, 2019, 6:07 p.m.