Description Usage Arguments Examples
Performs data acquisition from local file
1 |
file |
character (required): Path or file to be imported. |
timestamp |
logical (optional): Is a timestamp available in the data? |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.