An R package for generating Word tables from the output of the PsN
command scm
.
To install from GitHub:
require(remotes)
remotes::install_github("benjaminrich/scmlog")
library(scmlog)
# Make sure the working directory contains the file `scmlog.txt`, if not setwd(...)
process_scmlog()
# scmlog.docx is generated in the same directory