Commit 32ba2199 authored by Takumi Amano's avatar Takumi Amano 💬
Browse files

[fix] dplでパスしたチームと成否が分かるようにした

parent c4caf1f0
......@@ -295,7 +295,12 @@ get_AttackLine <- function(data){
output <- data %>%
dplyr::group_by(step) %>%
filter(px == max(px)) %>%
dplyr::select(step,AL=px)
dplyr::select(
step,
pass_team,
pass_scc,
AL=px
)
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