execute_file: Performs data acquisition from local file

Description Usage Arguments Examples

Description

Performs data acquisition from local file

Usage

1

Arguments

file

character (required): Path or file to be imported.

timestamp

logical (optional): Is a timestamp available in the data?

Examples

1
2
3
4
5
6
7
##=====================================
## Example 1: read data from local file
##=====================================

file <- system.file("extdata", "short_y_impulse.csv", package="HypeRIMU")

data <- execute_file(file, timestamp = TRUE)

JohannesFriedrich/HypeRIMU documentation built on May 14, 2019, 2:39 p.m.