Skip to content

Commit e70b5a9

Browse files
committed
update documentation of readParmayMatrix
1 parent 6b22fca commit e70b5a9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

man/readParmayMatrix.Rd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ sensor data and quality check information.
88
}
99
\usage{
1010
readParmayMatrix(bin_file, output = c("all", "sf", "dynrange")[1], start = 1, end = NULL,
11-
desiredtz = "", configtz = NULL, interpolationType = 1)
11+
desiredtz = "", configtz = NULL, interpolationType = 1,
12+
read_acc = TRUE, read_gyro = FALSE, read_temp = TRUE, read_heart = FALSE)
1213
}
1314
\arguments{
1415
\item{bin_file}{Character. Path to the binary file to be read.}
@@ -26,6 +27,10 @@ readParmayMatrix(bin_file, output = c("all", "sf", "dynrange")[1], start = 1, en
2627
\item{interpolationType}{Integer. Specifies the type of interpolation
2728
(see \code{\link{resample}}) to use when resampling data: 1 for Linear interpolation,
2829
2 for Nearest-neighbor interpolation.}
30+
\item{read_acc}{Logical. Indicates whether accelerometer data should be read.}
31+
\item{read_gyro}{Logical. Indicates whether gyroscope data should be read.}
32+
\item{read_temp}{Logical. Indicates whether temperature data should be read.}
33+
\item{read_heart}{Logical. Indicates whether heart rate data should be read.}
2934
}
3035
\details{
3136
Matrix devices store binary data in packets, with varying lengths depending on

0 commit comments

Comments
 (0)