Skip to contents

The milestone2reference table links milestones to their references.

Usage

milestone2reference()

Format

A data frame. See milestone2reference() for details.

Value

Returns a tibble of the milestone2reference table

Details

The fields in the milestone2reference table are:

mid

milestone id, a numeric vector

rid

reference id, a numeric vector

This table links milestones to references. Use with reference() to get reference information.

Examples

if (FALSE) { # \dontrun{
# Get milestone-reference links
m2r <- milestone2reference()
} # }