Description Usage Arguments Details Value Examples
env_doc
prints or returns a data frame with the following information:
- System version (OS, version, user, working directory)
1 2 3 |
output |
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 |
version |
Include R version from |
packages |
Include attached packages with repository and version from
|
script |
Include script path and modification time from
|
git |
Include git repository information from |
domino |
Include Domino Datalab run information from
|
- R version
- Package names and versions
- Top-level script name and modification time
- Git hash, status and tag (if any; requires package git2r)
If output = return (default): A data frame with columns for information type, variable name and value. NULL for output = print or output = table
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.