muRL: Mailmerge using R, LateX, and the Web.
Version 0.1-4
Available as a CRAN package.
28 October 2009
muRL is an R package that provides mailmerge methods for reading spreadsheets of addresses and other relevant information, creating standardized but customizable letters, and mapping US ZIP codes, including the locations of recipients. It provides a method for parsing and processing html code from online job postings of the American Political Science Association (APSA eJobs). The many options associated with this functionality are described in detail in the muRL manual.
To install the latest version on CRAN, open R and type > install.packages("muRL") > library(muRL)
To install the latest version (0.1-4) directly, download the package (here) and install using R CMD INSTALL.
Some helpful documents:
Use muRL to produce high-quality letters using R and LaTeX [PDF version].
Use muRL to scrap APSA eJobs .html files to produce a spreadsheet of jobs to apply for [PDF version].
How to get started with R (for beginners, 1 page) [PDF version]
Citation:
If you use this package, please cite as
Ryan T. Moore and Andrew Reeves (2009). muRL: Mailmerge using
R, LaTeX, and the Web. R package version 0.1-4.
http://rtm.wustl.edu/software.muRL.htm
Missing ZIP codes:
If you find that some recipients do not appear on your recipient map,
their ZIP codes may be missing from the Census file. If you have a
ZIP code you would like included for plotting, please email the
package maintainer with the following four pieces of information: the
state in which the ZIP code is located, the ZIP code itself, the
latitude of the ZIP code to six decimal places (such as 38.643248),
and the longitude of the ZIP code to six decimal places (such as
-75.611025). Please also provide the city and any other information
required to verify the latitude and longitude for inclusion. Thanks!
Previous versions:
0.1-3 (18 October 2009)
0.1-2 (20 August 2009)
0.1-1 (17 July 2009)