
Retrieve the milestone2subject table from the milestones database
Source: R/milestone2subject.R
milestone2subject.RdThe milestone2subject table links milestones to their subject classifications.
Details
The fields in the milestone2subject table are:
midmilestone id, a numeric vector
sidsubject id, a numeric vector
subjectsubject name, a character vector
This table links milestones to subjects. The subject field is included
for convenience (joined from the subject() table).