download_mod_mbox | R Documentation |
parse_mbox
Compose mod_mbox archives (.mbox) into a single mbox file for use with parse_mbox
download_mod_mbox(
base_url,
mailing_list,
from_year,
to_year,
save_file_path,
is_per_month = TRUE,
verbose = FALSE
)
base_url |
An url pointing to the mod_mbox directory (e.g. "http://mail-archives.apache.org/mod_mbox") without trailing slashes |
mailing_list |
Name of the project mailing list (e.g. apr-dev) in the mod_mbox directory |
from_year |
First year in the range to be downloaded |
to_year |
Last year in the range to be downloaded |
save_file_path |
the full path, including file name and extension to save the file |
is_per_month |
If TRUE, does not delete monthly files in tmp. (Default = TRUE) |
verbose |
Prints progress during execution |
Returns the path of the downloaded mbox file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.