murljobs {muRL} | R Documentation |
A sample dataframe of recipient information and addresses
Description
This sample dataframe of recipient information and addresses includes columns with information required by the muRL
package, as well as auxiliary columns with information related to a hypothetical mailmerge, but not required by muRL
.
Usage
data(murljobs)
Format
A data frame with 8 observations on the following 15 variables.
institution
a factor containing sample institution names (with levels
Christopher College
, ...,University of State University
).type
an auxiliary factor for sorting sample entries (with level
am
).deadline
an auxiliary factor containing sample deadlines (with levels
1/5/2010
,12/1/2009
).title
a factor containing sample recipient titles (with levels
Dean
, ...,Sargent
).fname
a factor containing sample recipient first names (with levels
Frank
, ...,Tim
).lname
a factor containing sample recipient last names (with levels
Anderson
, ...,Smithers
).dept
a factor containing sample recipient information (with levels
Department of Political Science
,Department of Politics
).position
a factor containing sample position titles (with levels
assistant professor
, ...,postdoctoral associate
).subfield
a factor containing sample recipient information (with levels
American politics
, ...,Governance Studies
).address1
a factor containing sample recipient address first lines (with level
Graduate Admissions Committee
).address2
a factor containing sample recipient address second lines (with levels
11 Smith Rd.
, ...,Dept of Political Science
).address3
a factor containing sample recipient address third lines (with levels
123 Main St
, ...,Dept of Rock Music
).city
a factor containing sample recipient cities (with levels
Allentown
, ...,Topeka
).state
a factor containing sample recipient states or provinces (with levels
CA
, ...,WY
).zip
a numeric vector containing sample recipient ZIP codes.
Source
Created by package authors.
Examples
data(murljobs)