This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Query regarding fread package in R

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
fread r

1 answer

...,header=TRUE)

Log in to answer this question.