Error with import.test function
Quote from yk on October 14, 2022, 9:29 pmHi,
I am trying to import my background respiration using import.test but it keep give me an "Error in read.table(file, sep = "\t", skip = 1, header = F, strip.white = T) : 'file' must be a character string or connection". I am using data from PyroScience without the equipped "AquaResp". I already change my raw data to the required format but it's still keep giving me error. 🙁
Thank you very much for your help 🙂
Hi,
I am trying to import my background respiration using import.test but it keep give me an "Error in read.table(file, sep = "\t", skip = 1, header = F, strip.white = T) : 'file' must be a character string or connection". I am using data from PyroScience without the equipped "AquaResp". I already change my raw data to the required format but it's still keep giving me error. 🙁
Thank you very much for your help 🙂
Uploaded files:- You need to login to have access to uploads.
Quote from yk on October 15, 2022, 6:09 ampre_1 <- import.test("ET01_pre.txt",
info.data = info_1,
logger = "FishResp",
n.chamber = 1,
plot.oxygen = TRUE)Error in `$<-.data.frame`(`*tmp*`, "Time", value = 1:0) : replacement has 2 rows, data has 0 In addition: Warning message: In import.test("ET01_pre.txt", info.data = info_1, logger = "FishResp", : NAs introduced by coercion
pre_1 <- import.test("ET01_pre.txt",
info.data = info_1,
logger = "FishResp",
n.chamber = 1,
plot.oxygen = TRUE)
Error in `$<-.data.frame`(`*tmp*`, "Time", value = 1:0) : replacement has 2 rows, data has 0 In addition: Warning message: In import.test("ET01_pre.txt", info.data = info_1, logger = "FishResp", : NAs introduced by coercion