msg_look_app: Run Outlook Message Looker App

Description Usage Arguments Functions

View source: R/app.R

Description

Runs a Shiny app or gadget to read an Outlook message by dragging the .msg file into the window. The .msg file is converted to a self-contained HTML document (including attachments) using the msgxtractor and base64enc packages. You can also download the self-contained HTML file.

Usage

1
2
3
msg_look_app(...)

msg_look_gadget(..., viewer = shiny::paneViewer())

Arguments

...

Arguments passed to shiny::shinyApp() or shiny::runGadget().

viewer

Specify where the gadget should be displayed–viewer pane, dialog window, or external browser–by passing in a call to one of the viewer() functions.

Functions


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