View source: R/gdq-tracker-donations.R
update_tracker_donations | R Documentation |
Update donation data from GDQ tracker
update_tracker_donations(
events,
delay = 0.5,
ignore_cache = FALSE,
in_progress = FALSE,
sound = TRUE
)
events |
Events such as |
delay |
|
ignore_cache |
|
in_progress |
|
sound |
|
Invisibly: A tibble.
## Not run:
update_tracker_donations(
events = c("agdq2021", "sgdq2021"),
ignore_cache = TRUE,
in_progress = TRUE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.