knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

How?

library(sessionDiffo)

Why?

Ever encountered a situation where the configuration of two systems is different?

Examples:

What

From the command line

si1_output <- system.file("extdata", "si1.txt", package = "sessionDiffo")
si2_output <- system.file("extdata", "si2.txt", package = "sessionDiffo")

si1 <- parse_si(si1_output)
si2 <- parse_si(si2_output)

comparison_df <- compare_si(si1, si2)

knitr::kable(comparison_df)

With ssd

... standing for ShinySessionDiffo

if(interactive())
  ssd()

Session info {-}

Ok, this time it is only one. So here there is no need of sessionDiffo

sessionInfo()


federicomarini/sessionDiffo documentation built on May 6, 2020, 6:32 p.m.