Learn R Programming

CornerstoneR (version 2.0.2)

showVersions: 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

Run this code
# NOT RUN {
  res = showVersions(return.results = TRUE)
  res$versions
# }

Run the code above in your browser using DataLab