add_impact | R Documentation |
Return details of issues, with input an GitHub issue URL
add_impact(
url_issue,
vars = c("created_at", "type", "title", "comments", "state", "creator"),
url_old_impact = NULL
)
url_issue |
The url of the issue to add |
vars |
Which variables to use? |
url_old_impact |
The previous state of the 'impact.csv' file |
## Not run:
url_issue = "https://github.com/mtennekes/tmap/issues/196"
geocompr:::add_impact(url_issue)
u = "https://github.com/Robinlovelace/geocompr/raw/main/our-impact.csv"
geocompr:::add_impact(url_issue, url_old_impact = u)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.