showVersions {CornerstoneR}R Documentation

Show Versions of R and CornerstoneR

Description

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

Usage

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

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

[Package CornerstoneR version 2.0.2 Index]