Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gadenbuie/msglooker

A Shiny App to View And Export Outlook Messages
https://github.com/gadenbuie/msglooker

email outlook rstats shiny shiny-app

Last synced: 7 days ago
JSON representation

A Shiny App to View And Export Outlook Messages

Awesome Lists containing this project

README

        

# msglooker

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

![](https://i.imgur.com/3G5qxpJ.gif)

## Installation

You can install the released version of msglooker from GitHub.

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

## How To Use

``` r
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](https://github.com/hrbrmstr/msgxtractr) package by Bob Rudis and the [base64enc](https://cran.r-project.org/web/packages/base64enc/) package by Simon Urbanek.