Skip to content

❗ This is a read-only mirror of the CRAN R package repository. envDocument — Document the R Working Environment. Homepage: https://github.com/dgJacks0n/envDocument

Notifications You must be signed in to change notification settings

cran/envDocument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envDocument

A R package to report various aspects of the environment in which an analysis was run. This includes system information, packages used, working directory, script path and git repository (if any; uses git2r).

Output can be returned as a data table, printed, or formatted using knitr::kable.

Usage

# get environment information as a data frame
info <- env_doc()

# format environment information as a table
env_doc("table")

# print environment information
env_doc("print")

About

❗ This is a read-only mirror of the CRAN R package repository. envDocument — Document the R Working Environment. Homepage: https://github.com/dgJacks0n/envDocument

Resources

Stars

Watchers

Forks

Packages

No packages published