read.table

  1. Nicole Seaman

    YouTube R Programming Intro: Load flat/CSV/excel file with built-in read.table function or readxl (intro-07)

    read.table() is the core function for loading files external file into R dataframes; it is part of the utils package which is automatically loaded when you start R. Aside from the header argument, the sep and quote arguments define the field separators. The read.csv() function is a wrapper...
Top