Skip to contents

The milestone2keyword table links milestones to their keywords.

Usage

milestone2keyword()

Format

A data frame. See milestone2keyword() for details.

Value

Returns a tibble of the milestone2keyword table

Details

The fields in the milestone2keyword table are:

mid

milestone id, a numeric vector

kid

keyword id, a numeric vector

keyword

keyword name, a character vector

This table links milestones to keywords. The keyword field is included for convenience (joined from the keyword() table).

Examples

if (FALSE) { # \dontrun{
# Get milestone-keyword links
m2k <- milestone2keyword()
} # }