Skip to contents

The milestone2subject table links milestones to their subject classifications.

Usage

milestone2subject()

Format

A data frame. See milestone2subject() for details.

Value

Returns a tibble of the milestone2subject table

Details

The fields in the milestone2subject table are:

mid

milestone id, a numeric vector

sid

subject id, a numeric vector

subject

subject name, a character vector

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

Examples

if (FALSE) { # \dontrun{
# Get milestone-subject links
m2s <- milestone2subject()
} # }