Skip to contents

The milestone2author table links milestones to their authors.

Usage

milestone2author()

Format

A data frame. See milestone2author() for details.

Value

Returns a tibble of the milestone2author table

Details

The fields in the milestone2author table are:

mid

milestone id, a numeric vector

aid

author id, a numeric vector

This table links milestones to authors. Use with authors() to get author information.

Examples

if (FALSE) { # \dontrun{
# Get milestone-author links
m2a <- milestone2author()
} # }