read_msg: Read in an Outlook '.msg' file

Description Usage Arguments Value Examples

View source: R/read-msg.r

Description

Read in an Outlook '.msg' file

Usage

1
read_msg(path)

Arguments

path

path to '.msg' file

Value

a list of extracted fields and metadata with class "msg"

Examples

1
2
3
4
read_msg(system.file("extdata/unicode.msg", package="msgxtractr"))
read_msg(system.file("extdata/TestMessage-ansi.msg", package="msgxtractr"))
read_msg(system.file("extdata/TestMessage-default.msg", package="msgxtractr"))
read_msg(system.file("extdata/TestMessage-unicode.msg", package="msgxtractr"))

hrbrmstr/msgxtractr documentation built on May 10, 2021, 7:27 p.m.