--- title: "socceR" output: github_document --- RoboCup Soccer 2Dの試合分析のためのツール群 ### `read_rcl` 指定されたrclファイルを解析し、tibbleにして返します。 ```{r, message=FALSE, collapse = TRUE} library(tidyverse) source("R/read_rcl.R") read_rcl("data/20220405162804-HELIOS_base_3-vs-enemy_2.rcl") ```