cnLibrary {cn.farms} | R Documentation |
This function was taken from snowfall and edited due to some deprecated function calls.
cnLibrary(package, pos = 2, lib.loc = NULL, character.only = FALSE, warn.conflicts = TRUE, keep.source = getOption("keep.source.pkgs"), verbose = getOption("verbose"), version, stopOnError = TRUE)
package |
name of the package. Check 'library' for details. |
pos |
position in search path to load library. |
lib.loc |
a character vector describing the location of the R library trees to search through, or 'NULL'. Check 'library' for details. |
character.only |
a logical indicating package can be assumed to be a character string. Check 'library' for details. |
warn.conflicts |
warn on conflicts (see "library"). |
keep.source |
DEPRECATED (see "library"). |
verbose |
enable verbose messages. |
version |
version of library to load (see "library"). |
stopOnError |
logical. |
for more information see "library".
xxx