sourceDir {GCDkit}R Documentation

Source all R files in the given directory

Description

Internal function designed to source all '*.r files in a given directory and (optionally) all its subdirectories.

Usage

sourceDir(dir="Norms",text="external file",recursive=FALSE)

Arguments

dir

directory specification

text

text echoed on the screen when the file is being loaded

recursive

logical, shall be the subdirectories included?

Details

This function is used at system start up (to load the normative algorithms and diagrams) as well as after a new data file is loaded (to source all plugins).

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz


[Package GCDkit version 4.1 Index]