Performs data acquisition from local file
execute_file(file, timestamp = FALSE)
file | character (required): Path or file to be imported. |
---|---|
timestamp | logical (optional): Is a timestamp available in the data? |
##===================================== ## Example 1: read data from local file ##===================================== file <- system.file("extdata", "short_y_impulse.csv", package="HypeRIMU") data <- execute_file(file, timestamp = TRUE)