Performs data acquisition from local file

execute_file(file, timestamp = FALSE)

Arguments

file

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

timestamp

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

Examples

##===================================== ## Example 1: read data from local file ##===================================== file <- system.file("extdata", "short_y_impulse.csv", package="HypeRIMU") data <- execute_file(file, timestamp = TRUE)