Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in load_mix_data #354

Open
AlamKamar opened this issue Aug 13, 2023 · 0 comments
Open

Problem in load_mix_data #354

AlamKamar opened this issue Aug 13, 2023 · 0 comments

Comments

@AlamKamar
Copy link

Dear Brian
I am facing an "Error in read.table(file=file, header=header, sep=sep, quote=quote :"
I have used these codes and the data file was saved in .csv format successfully.

  1. library (MixSIAR) : Rstudio can read MixSIAR
  2. data<-read.csv("C:\Users\Administrator\Documents\test\1stdata_consumer.csv") : I have used this code because replacing the system.file with the path address was not working
  3. mix.filename <- system.file("extdata", "data", Package="MixSIAR") : Rstudio successfully receive this code
  4. read.table(file= "C:\Users\Administrator\Documents\test\1stdata_consumer.csv", header = TRUE, sep=",", quote="") : Rstudio successfully receive this code
  5. Now, when I am running mix <- load_mix_data(filename=mix.filename, iso_names=c("d13C", "d15N"), factors=c("X8YR", "X11YR") fac_random=c(TRUE,TRUE), fac_nested=c(FALSE,TRUE), cont_effects=NULL) : it gives the error in read.table(file=file, header=header, sep=sep, quote=quote :"

How can I fix this issue? Please suggest me. I am waiting for your guide.
Thanks in Advance
Best Regards
Alam Kamar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant