A small Shiny app to break an Outlook message out of its proprietary format and into an HTML document.
You can install the released version of msglooker from GitHub.
# install.packages("devtools")
devtools::install_github("gadenbuie/msglooker")
library(msglooker)
## Run the Shiny app
msg_look_app()
## Or convert a .msg into an .html
msg2html("email.msg", "email.html")
Built using the msgxtractor package by Bob Rudis and the base64enc package by Simon Urbanek.