View source: R/Read_Raw_Utils.R
| get_raw_file_meta | R Documentation |
Get file metadata (sampling frequency and timestamps) for primary accelerometer
get_raw_file_meta(file)
file |
character scalar giving path to primary accelerometer file |
A list of metadata information
raw_file <-
system.file("extdata",
"exampleRAW.csv",
package = "AGread")
get_raw_file_meta(raw_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.