read_log.Rd 518 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/read_log.R
\name{read_log}
\alias{read_log}
\alias{read_rcg}
\alias{read_rcl}
\title{Read log file}
\usage{
read_log(path)

read_rcg(path)

read_rcl(path)
}
\arguments{
\item{path}{log file path}
}
\value{
Parsed tibble of log file in \code{path}
}
\description{
Read log file
}
\examples{
\dontrun{
rcg <- read_log("data/20220405162804-HELIOS_base_3-vs-enemy_2.rcg")
rcl <- read_log("data/20220405162804-HELIOS_base_3-vs-enemy_2.rcl")
}
}