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