Readlines Function in R

Hi All ,

I am using R 3.6.1 and I am getting a error saying could not find function "readlines" when I am trying to read a text file...Can you please help me with what packages that I need to use in order to be able to use this function...

Thanks,
Arun

R is case sensitive, which, if your on a Windows machine, requires a bit of getting used to.

Try:

readLines()
1 Like

@ Leon:Awesome Thanks!...Really appreciate your response!...

Thanks,
Arun

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.