Parse labels from get_repo_labels

parse_repo_labels(res)

Arguments

res

List returned by corresponding get_ function

Value

Dataframe with one record / label

See also

Other labels: get_repo_labels()

Examples

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