View source: R/read_all_induction.R
read_all_induction | R Documentation |
use read_excel and a for loop to bombine all the data measured, only contain modulation fluorescence for now.
read_all_induction(file_dir)
file_dir |
is the file directory only contains all the measured data saved as .xlsx. |
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.
## Not run:
library(jiptest)
read_all_induction('./ojip')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.