sugitora commited on
Commit
d10bebf
·
verified ·
1 Parent(s): 45984e2

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -9,7 +9,7 @@ library(randomForest)
9
  library(DT)
10
 
11
  # データ読み込み
12
- csv_path <- "20250508_FullGamePitchData.csv"
13
  df <- read_csv(csv_path, locale = locale(encoding = "UTF-8")) %>%
14
  mutate(
15
  球速 = as.numeric(gsub("km/h", "", 球速)),
 
9
  library(DT)
10
 
11
  # データ読み込み
12
+ csv_path <- "FullGamePitchData.csv"
13
  df <- read_csv(csv_path, locale = locale(encoding = "UTF-8")) %>%
14
  mutate(
15
  球速 = as.numeric(gsub("km/h", "", 球速)),