inla.load {INLA} | R Documentation |
Load or source a file: (internal use)
inla.load(filename, debug = TRUE)
filename |
The name of the file to be loaded, alternatively, sourced. |
debug |
Logical. Turn on/off debug information. |
Try to load
the file into the global environment,
if that fail, try to source
the file into the
global environment.
None
Havard Rue hrue@r-inla.org