Hello,

There are functions in base R to access files, you will need an external package only for special file types (such as, for instance, .xls or JSON).

At an R prompt type

?read.table
?readLines
?file
?scan

and start from there. I suggest you start with the first, it's the most used of all. And tghe first of those pages have links to their companion 'write' versions.

There are also packages to read from the web.

Hope this helps,

Rui Barradas

Às 08:55 de 26/09/2018, Jomy Jose escreveu:
Hi
Which R package can be best employed to access the files in Linux server

Thanks in advance
Jose

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to