TimStats commited on
Commit
f227890
·
verified ·
1 Parent(s): 2390e0d

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -7,6 +7,7 @@ library(viridis) # For color palette
7
  library(dplyr) # For data manipulation
8
  library(httr)
9
  library(patchwork) # For combining plots
 
10
 
11
  check_patreon_access <- function(email) {
12
  campaign_id <- Sys.getenv("PATREON_CAMPAIGN_ID")
 
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")