GDQ Event Index

event_index

Format

An object of class tbl_df (inherits from tbl, data.frame) with 26 rows and 8 columns.

Note

Needs manual updating with each new event

Examples

tibble::glimpse(event_index)
#> Rows: 26
#> Columns: 8
#> $ event                <chr> "AGDQ2011", "SGDQ2011", "AGDQ2012", "SGDQ2012", "…
#> $ start                <dttm> 2011-01-06 00:00:00, 2011-08-04 19:00:00, 2012-0…
#> $ end                  <dttm> 2011-01-11 00:00:00, 2011-08-06 23:07:31, 2012-0…
#> $ event_duration       <dbl> 5.000000, 2.171887, 2.802083, 3.884028, 6.401921,…
#> $ event_name           <chr> "Awesome Games Done Quick 2011", "Summer Games Do…
#> $ tracker_run_url      <chr> "/tracker/runs/agdq2011", "/tracker/runs/sgdq2011…
#> $ tracker_donation_url <chr> "/tracker/donations/agdq2011", "/tracker/donation…
#> $ event_slug           <chr> "agdq2011", "sgdq2011", "agdq2012", "sgdq2012", "…

event_index[nrow(event_index), c("event_name", "start", "end")]
#> # A tibble: 1 × 3
#>   event_name                   start               end                
#>   <chr>                        <dttm>              <dttm>             
#> 1 Summer Games Done Quick 2023 2023-05-28 12:00:00 2023-06-04 16:00:00