if (FALSE) {
issues <- get_issues(repo)
issues_df <- parse_issues(issues)
listcol_pivot(issues_df,
col_name = "labels_name",
regex = "^priority:",
transform_fx = function(x) paste0("label_",x),
delete_orig = TRUE)
}
Run the code above in your browser using DataLab