knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

gdqdonations

R-CMD-check R-CMD-check

The goal of gdqdonations is to to gather data from the GDQ tracker, and also gdqvods.com

Installation

Install from GitHub with:

# install.packages("remotes")
remotes::install_github("jemus42/gdqdonations")

Example

This is a basic example:

library(gdqdonations)

# Included event dates for convenience
tibble::glimpse(event_index)


jemus42/gdqdonations documentation built on July 1, 2023, 4:04 p.m.