-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathnaval_promotions.Rd
70 lines (61 loc) · 2.64 KB
/
naval_promotions.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/naval-promotions.R
\docType{data}
\name{naval_promotions}
\alias{naval_promotions}
\title{Promotions of U.S. Navy officers, 1798-1849}
\format{
A data frame with 5,705 observations of 4 variables.
}
\usage{
naval_promotions
}
\description{
This dataset contains records of the careers of officers of the line in the
United States Navy who became midshipmen between 1798 and 1849. It lists the
dates at which officers were promoted to the ranks of midshipment,
lieutenant, master commandament, and captain.
}
\section{Variables}{
\itemize{
\item \code{id}: A unique numeric identifier for each officer.
\item \code{name}: Name of the officer.
\item \code{generation}: A numeric value to represent a judgment about the
generations within the officer corp of the U.S. Navy. First generation
officers entered the service before 1801, as a rank higher than midshipman.
Second generation officers entered the service before the Peace
Establishment Act (or by the end of 1801), but as midshipman. Thus, they
essentially became adults in the service, and they learned their craft from
the first generation. Third generation officers entered the service as
midshipmen after the Peace Establishment Act but before the end of the War
of 1812. Those officers in this generation who became captain rose to that
rank in the 1830s and '40s. Fourth generation officers entered the service
after the War of 1812 had ended. These officers saw almost no wartime
service, and many of the ones who achieved captain found themselves having
to decide whether to serve in the Union or the Confederacy during the Civil
War.
\item \code{rank}: The ranks which officers obtained, including
\code{midshipman}, \code{lieutenant}, \code{master_commandant}, and
\code{captain}. Also included are the dates some officers
\code{left_service}.
\item \code{date}: The date as a character string on which an officer
attained the associated rank. }
}
\examples{
head(naval_promotions)
}
\references{
This data was compiled by Abby Mullen from Edward W. Callahan,
\emph{Officers of the Continental and U.S. Navy and Marine Corps,
1775-1900} (New York: L. R. Hamersly, 1901), made available via the Naval
Historical Center,
\url{https://www.ibiblio.org/hyperwar/NHC/Callahan/index.htm}. See Mullen's
blog post about compiling the data,
"\href{https://abbymullen.org/database-of-officers-of-the-line/}{Database of
Officers of the Line}," abbymullen.org, January 5, 2013.
}
\author{
\href{https://abbymullen.org/}{Abby Mullen}, Northeastern University
Edward W. Callahan
}
\keyword{datasets}