
Retrieve the milestone2keyword table from the milestones database
Source: R/milestone2keyword.R
milestone2keyword.RdThe milestone2keyword table links milestones to their keywords.
Details
The fields in the milestone2keyword table are:
midmilestone id, a numeric vector
kidkeyword id, a numeric vector
keywordkeyword name, a character vector
This table links milestones to keywords. The keyword field is included
for convenience (joined from the keyword() table).