/scmlog

An R package for generating Word tables from the output of the PsN command scm.

Primary LanguageRGNU General Public License v3.0GPL-3.0

scmlog

An R package for generating Word tables from the output of the PsN command scm.

Installation

To install from GitHub:

require(remotes)
remotes::install_github("benjaminrich/scmlog")

Usage

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