read_msg: Read and Write an Outlook Message to Self-Contained HTML

Description Usage Arguments

View source: R/app.R

Description

Read an email saved from Outlook on Windows to a .msg file into R, or write an email into a self-contained HTML file.

Usage

1
2
3
read_msg(input = file.choose())

msg2html(input = file.choose(), output = NULL, quiet = TRUE, theme = NULL)

Arguments

input

The path to the msg

output

The path to the new HTML file where the email will be saved

quiet

Passed to rmarkdown::render()

theme

Passed to rmarkdown::html_document()


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