Skip to contents

The milestone2aspect table links milestones to their aspect classifications.

Usage

milestone2aspect()

Format

A data frame. See milestone2aspect() for details.

Value

Returns a tibble of the milestone2aspect table

Details

The fields in the milestone2aspect table are:

mid

milestone id, a numeric vector

asid

aspect id, a numeric vector

aspect

aspect name, a character vector

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

See also

Examples

if (FALSE) { # \dontrun{
# Get milestone-aspect links
m2a <- milestone2aspect()
} # }