powered by
Write the versions of R and CornerstoneR in a Cornerstone dataset.
showVersions(return.results = FALSE)
[logical(1)] If FALSE the function returns TRUE invisibly. If TRUE, it returns a list of results. Default is FALSE.
logical(1)
FALSE
TRUE
list
Logical [TRUE] invisibly and outputs to Cornerstone or, if return.results = TRUE, list of resulting data.frame objects:
return.results = TRUE
data.frame
Dataset with versions of R and CornerstoneR.
# NOT RUN { res = showVersions(return.results = TRUE) res$versions # }
Run the code above in your browser using DataLab