Entering edit mode
2.1 years ago
microorganism_001
▴
30
I tried to take input of a CSV file with the help of fread package in R studio but not worked. I followed some web community posts but I cannot fix this issue kindly look into this-
Input in R studio -
dataset = fread(input = "/home/omics/Music/R_studio_Dir/abc.csv", sep = ",", header ="T" )
Output-
Error in fread(input = "/home/omics/Music/R_studio_Dir/abc.csv", :
is.logical(header) && length(header) == 1L is not TRUE
It's worked. Thanks.