From f7d347ebb9c249c8a41f7a68b44e2bdb2cca339f Mon Sep 17 00:00:00 2001 From: takumiamano Date: Sat, 10 Dec 2022 17:40:16 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=E3=83=89=E3=83=AA=E3=83=96=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E5=88=A4=E5=AE=9A=E6=9D=A1=E4=BB=B6=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/make_data.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/make_data.R b/R/make_data.R index 1870e07..3932d2c 100755 --- a/R/make_data.R +++ b/R/make_data.R @@ -135,7 +135,6 @@ get_kick_log <- function(action,goal) { abs(target_ball_x) > 54 & abs(target_ball_y) < 12)) %>% dplyr::mutate(dribble = ( (!shoot)& - (!dribble_scc)& (!pass_scc)& (dribble_scc | (!shoot) & (a_tackle_scc)| -- GitLab