Skip to contents

Fetch help wanted issues

Usage

help_fetch(min_date, json = "/repos/rosadmin/help-wanted/contents/issues.json")

Arguments

min_date

Character/Date. Earliest date a help-wanted label was added to an issue to be included.

json

Character. Location of the issues.json file to use.

Value

Data frame of help wanted issues

Examples

if (FALSE) { # interactive()
h <- help_fetch("2025-01-01")
}