download_mod_mbox_per_month: Compose mod_mbox archives (.mbox) into a single mbox file for...

View source: R/mail.R

download_mod_mbox_per_monthR Documentation

Compose mod_mbox archives (.mbox) into a single mbox file for use with parse_mbox

Description

Compose mod_mbox archives (.mbox) into a single mbox file for use with parse_mbox

Usage

download_mod_mbox_per_month(
  base_url,
  mailing_list,
  from_year,
  to_year,
  save_folder_path,
  verbose = FALSE
)

Arguments

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

Value

Returns the path of the downloaded mbox file.


sailuh/kaiaulu documentation built on April 17, 2024, 2:21 a.m.