cnLibrary {cn.farms}R Documentation

This function was taken from snowfall and edited due to some deprecated function calls.

Description

This function was taken from snowfall and edited due to some deprecated function calls.

Usage

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)

Arguments

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.

Value

for more information see "library".

Author(s)

xxx


[Package cn.farms version 1.40.0 Index]