Learn R Programming

projmgr (version 0.1.2)

parse_repo_labels: Parse labels from get_repo_labels

Description

Parse labels from get_repo_labels

Usage

parse_repo_labels(res)

Value

Dataframe with one record / label

Arguments

res

List returned by corresponding get_ function

See Also

Other labels: get_repo_labels()

Examples

Run this code
if (FALSE) {
labels_res <- get_repo_labels(my_repo)
labels <- parse_repo_labels(labels_res)
}

Run the code above in your browser using DataLab