Commit 4452e7e2 authored by Takumi Amano's avatar Takumi Amano 💬
Browse files

a

parent d5600352
...@@ -298,6 +298,8 @@ get_AttackLine <- function(data){ ...@@ -298,6 +298,8 @@ get_AttackLine <- function(data){
filter(px == max(px)) %>% filter(px == max(px)) %>%
dplyr::select( dplyr::select(
step, step,
pass_team,
pass_scc,
AL=px AL=px
) )
return(output) return(output)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment