download_mod_mbox_per_month | R Documentation |
parse_mbox
Compose mod_mbox archives (.mbox) into a single mbox file for use with parse_mbox
download_mod_mbox_per_month(
base_url,
mailing_list,
from_year,
to_year,
save_folder_path,
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_folder_path |
the full *folder* path where the monthly downloaded mbox will be stored. |
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.