README.md

msglooker

A small Shiny app to break an Outlook message out of its proprietary format and into an HTML document.

Installation

You can install the released version of msglooker from GitHub.

# install.packages("devtools")
devtools::install_github("gadenbuie/msglooker")

How To Use

library(msglooker)

## Run the Shiny app
msg_look_app()

## Or convert a .msg into an .html
msg2html("email.msg", "email.html")

Thanks

Built using the msgxtractor package by Bob Rudis and the base64enc package by Simon Urbanek.



gadenbuie/msglooker documentation built on Oct. 20, 2020, 2:09 p.m.