View source: R/Read_Raw_Utils.R
check_columns | R Documentation |
check_columns
returns a logical scalar indicating whether there is a
formatting issue with the file passed as the argument. A value of TRUE
indicates the test has passed, whereas FALSE indicates an issue.
check_columns(file, skip, ...)
file |
A character scalar giving path to primary accelerometer file |
skip |
number of lines to skip when reading |
... |
Arguments passed to |
a logical scalar indicating whether there was only one column detected when reading the file
raw_file <- system.file("extdata", "exampleRAW.csv", package = "AGread") col_check <- check_columns(raw_file, skip = 10) head(col_check)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.