Problems with "csv" #500
Answered
by
llaniewski
Darcher007
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
llaniewski
Jan 21, 2024
Replies: 1 comment
-
Hi. Could you try to read the Excel's Just run "R" in commandline and do: tab = read.csv("sin1.csv")
write.csv("sin1_new.csv", row.names=FALSE) And then try TCLB with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Darcher007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. Could you try to read the Excel's
csv
file in R and write it back, so we're sure it has the right format? And then run TCLB with thecsv
file from R.Just run "R" in commandline and do:
And then try TCLB with
sin1_new.csv
. If this does not work, I'll try to reproduce error you're getting..