Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -9,6 +9,7 @@ library(magick)
|
|
| 9 |
library(grid)
|
| 10 |
library(gridExtra)
|
| 11 |
library(gtable)
|
|
|
|
| 12 |
|
| 13 |
is_barrel <- function(df) {
|
| 14 |
df$hit_speedr <- round(df$hit_speed)
|
|
|
|
| 9 |
library(grid)
|
| 10 |
library(gridExtra)
|
| 11 |
library(gtable)
|
| 12 |
+
library(httr)
|
| 13 |
|
| 14 |
is_barrel <- function(df) {
|
| 15 |
df$hit_speedr <- round(df$hit_speed)
|