cnLibrary: This function was taken from snowfall and edited due to some...

Description Usage Arguments Value Author(s)

View source: R/snowfallExt.R

Description

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

Usage

1
2
3
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


mitterecker/cn.farms documentation built on March 10, 2020, 10:19 a.m.