Nothing
num_discussants
and weekday
columns have been added to a tibble object created by read_mbox()
function.<environment>
for any non-ASCII subjects (thanks @carlmcqueen, #1).read_mbox()
and merge_mbox_all()
has been replaced with saving it as an RDS.read_mbox()
and merge_mbox_all()
functions (e.g., from file
to mbox
; and from out
to file
.mboxr
package; users have to manually modify their original mbox files by replacing a new line starting with 'From ' with '>From ' found in the middle of message body.read_mbox()
and merge_mbox_all()
functions.read_mbox()
and merge_mbox_all()
no longer saves an output as a CSV file since CSV format is not sufficient for handling a large amount of data and can even cause some issues; Rda file format is now supported instead.lubridate::as_datetime()
object with the default timezone as UTC.path
is added for merge_mbox_all()
function.to
is added for tibble output for a given mbox file.merge_mbox_all()
is added for merging all available mbox files in the current active directory into one mbox file as a tibble object.NEWS.md
file to track changes to the package.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.