TimStats commited on
Commit
7b3e91e
·
verified ·
1 Parent(s): b3ca32d

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -8,6 +8,7 @@ library(dplyr) # For data manipulation
8
  library(httr)
9
  library(patchwork) # For combining plots
10
  library(jsonlite)
 
11
 
12
  check_patreon_access <- function(email) {
13
  campaign_id <- Sys.getenv("PATREON_CAMPAIGN_ID")
 
8
  library(httr)
9
  library(patchwork) # For combining plots
10
  library(jsonlite)
11
+ library(arrow)
12
 
13
  check_patreon_access <- function(email) {
14
  campaign_id <- Sys.getenv("PATREON_CAMPAIGN_ID")