runScript: Executes scripts from GB book
Description
Default call of the function without arguments, prints a
list of available scripts.
Usage
runScript(script = NA, package = "nlmeU",
subdir = "scriptsR2.15.0", echo = TRUE)Arguments
script
character string containing name of the
script to be executed. By default is set to NA.
package
character string containing package name.
By default nlmeU.
subdir
subdirectory containing scripts. By
default: scriptsR15.0.
echo
logical. Used by source function. By default
set to TRUE.
Value
Script is executed and results are printed.