powered by
Functions to retrieve the built-in specs. These can be retrieved using either numerical indices or by specifying the spec name, see Details.
PackageSpecs(x = NULL, printTable = FALSE)
returns a spec (if !is.null(x)), list of all specs (if is.null(x)
!is.null(x)
is.null(x)
and printTable = FALSE), or markdown table describing all specs (if printTable = TRUE).
printTable = FALSE
printTable = TRUE
the character name or index of the spec to be returned. If NULL (default), returns list of all specs
NULL
Logical value (default FALSE). If TRUE, prints a table description of all specs. Primarily used for documentation purposes.
FALSE
TRUE
The following table summarizes the built-in specs. Columns represent different specs, and rows represent the parameter settings.
PackageSpecs() PackageSpecs(1) PackageSpecs("smallCountSpec") PackageSpecs(printTable = TRUE)
Run the code above in your browser using DataLab