read_bat_6400: read all raw data in one file measured by LI-6400

Description Usage Arguments Examples

View source: R/read_bat_6400.R

Description

help to read all raw data files with a command.

Usage

1
read_bat_6400(file_dir, header_line = 17, data_start = 27)

Arguments

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)

Examples

1
2
3
4
5
## Not run: 
library(readphoto)
read_bat_6400s('./6400')

## End(Not run)

zhujiedong/readphoto documentation built on April 15, 2021, 9 p.m.