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
81792ffc
Commit
81792ffc
authored
2 years ago
by
Keisuke ANDO
Browse files
Options
Download
Plain Diff
Merge branch 'develop' into 'read_rcg'
# Conflicts: # R/read_rcl.R
parents
20665a73
6ee1d5ac
develop
1 merge request
!2
organize branches
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/read_rcl.R
+1
-1
R/read_rcl.R
with
1 addition
and
1 deletion
+1
-1
R/read_rcl.R
+
1
-
1
View file @
81792ffc
...
...
@@ -10,7 +10,7 @@ read_rcl <- function(path) {
tibble
::
as_tibble
()
|>
dplyr
::
mutate
(
step
=
value
|>
stringr
::
str_extract
(
"\\d+"
)
|>
as.numeric
(),
agent
=
value
|>
stringr
::
str_extract
(
"\\w+_([0-9]{1,2}|Coach)"
),
agent
=
value
|>
stringr
::
str_extract
(
"\\w+_([0-9]{1,2}|Coach)
(?!\\))
"
),
team
=
agent
|>
stringr
::
str_remove
(
"_([0-9]{1,2}|Coach)"
),
unum
=
agent
|>
stringr
::
str_extract
(
"([0-9]{1,2}|Coach)$"
),
commands
=
value
|>
...
...
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