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