Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Keisuke ANDO
socceR
Commits
32ba2199
Commit
32ba2199
authored
Oct 27, 2022
by
Takumi Amano
💬
Browse files
[fix] dplでパスしたチームと成否が分かるようにした
parent
c4caf1f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/make_data.R
100644 → 100755
View file @
32ba2199
...
...
@@ -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
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment