How should output be handled? Character, values:
return - return as a data frame (default);
print - print to stdout;
table - pretty-print
using knitr::kable (requires package knitr)
system
Include OS info from getSysInfo? Boolean,
default TRUE
version
Include R version from getRversion?
Boolean, default TRUE
packages
Include attached packages with repository and version from
getPackageInfo? Boolean, default TRUE
script
Include script path and modification time from
getScriptInfo? Boolean, default TRUE
git
Include git repository information from getGitInfo
(note: requires git2r)? Boolean, default TRUE
domino
Include Domino Datalab run information from
getDominoInfo? Character, values:
auto - include if available;
on - include with warning if not available;
off - do not include evn if available
Value
If output = return (default): A data frame with columns for information
type, variable name and value. NULL for output = print or output = table
Details
- R version
- Package names and versions
- Top-level script name and modification time
- Git hash, status and tag (if any; requires package git2r)