Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
98b3253b
Commit
98b3253b
authored
2 years ago
by
Takumi Amano
Browse files
Options
Download
Email Patches
Plain Diff
[fix]get_pass_Allplayer
parent
97256ee1
read_rcg
develop
1 merge request
!2
organize branches
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/make_data.R
+2
-2
R/make_data.R
with
2 additions
and
2 deletions
+2
-2
R/make_data.R
+
2
-
2
View file @
98b3253b
...
...
@@ -92,8 +92,8 @@ get_kick <- function(action) {
}
get_action_Allplayer
<-
function
(
players
,
action
){
players
<-
players
%>%
dplyr
::
select
(
-
c
(
"
px"
,
"py
"
))
action
<-
action
%>%
dplyr
::
select
(
c
(
"
step"
,
"ball_x"
,
"ball_y"
,
"pass_scc
"
))
output
<-
players
%>%
dplyr
::
inner_join
(
action
,
by
=
"step"
)
return
(
output
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets