read_all_induction: read all induction data in a file measured by LI-6800 (BLUE >...

View source: R/read_all_induction.R

read_all_inductionR Documentation

read all induction data in a file measured by LI-6800 (BLUE > 1.2.2)

Description

use read_excel and a for loop to bombine all the data measured, only contain modulation fluorescence for now.

Usage

read_all_induction(file_dir)

Arguments

file_dir

is the file directory only contains all the measured data saved as .xlsx.

Details

the aim is to quickly import all data measured by LI-6800 to R for further use. data are imported by read_excel from package readxl, by a for loop, the data are all combine with rbind and we list the file name which the data come from.

Examples

## Not run: 
library(jiptest)
read_all_induction('./ojip')

## End(Not run)


zhujiedong/jiptest documentation built on April 23, 2024, 12:12 p.m.