tm - Reading Outlook mail in R -
i have tried approaches read outlook mail via mongodb in r(bson) not succeeded because of bson of pst not readable in r(#i used readbin()) tried directly read in r via tm.plugin.mail getting error:-
library(tm.plugin.mail) convert_mbox_eml("c:\\users\\xyz\\documents\\outlook files\\outlook data file - abc.pst","c:\\tm") warning message: in readlines(mbox) : incomplete final line found on 'c:\users\kuldeep\documents\outlook files\outlook data file - ashish.pst'
this library plugin tm or can read out mails pst in r,is approach read out mails in r,please me out fast possible.thanks.
help(convert_mbox_eml) says:
convert e-mails mbox format eml format
you don't have mbox format. have outlook pst format. might able export outlook in mbox format. or might find utility conversion. nothing in package going you.
Comments
Post a Comment