showVersions: Show Versions of R and CornerstoneR

Description Usage Arguments Value Examples

View source: R/showVersions.R

Description

Write the versions of R and CornerstoneR in a Cornerstone dataset.

Usage

1
showVersions(return.results = FALSE)

Arguments

return.results

[logical(1)]
If FALSE the function returns TRUE invisibly. If TRUE, it returns a list of results. Default is FALSE.

Value

Logical [TRUE] invisibly and outputs to Cornerstone or, if return.results = TRUE, list of resulting data.frame objects:

versions

Dataset with versions of R and CornerstoneR.

Examples

1
2
  res = showVersions(return.results = TRUE)
  res$versions

CornerstoneR documentation built on Aug. 28, 2020, 5:09 p.m.