Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -6,6 +6,11 @@ library(dplyr)
|
|
| 6 |
library(readr)
|
| 7 |
library(stringr)
|
| 8 |
library(jsonlite)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Define columns to remove if they exist
|
| 11 |
columns_to_remove <- c(
|
|
|
|
| 6 |
library(readr)
|
| 7 |
library(stringr)
|
| 8 |
library(jsonlite)
|
| 9 |
+
library(httr)
|
| 10 |
+
library(progressr)
|
| 11 |
+
library(RCurl)
|
| 12 |
+
library(curl)
|
| 13 |
+
|
| 14 |
|
| 15 |
# Define columns to remove if they exist
|
| 16 |
columns_to_remove <- c(
|