Update app.R
Browse files
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")
|