Description Usage Arguments Examples
View source: R/read_bat_6400.R
help to read all raw data files with a command.
1 | read_bat_6400(file_dir, header_line = 17, data_start = 27)
|
file_dir |
is the file directory only contains all the measured raw data. |
header_line |
ther start of your data with header. |
data_start |
the start of your data(without headline) |
1 2 3 4 5 | ## Not run:
library(readphoto)
read_bat_6400s('./6400')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.