Search notes:

R function: read.delim

read.delim is similar to read_csv() with the only difference that it sets the default delimiter (parameter sep) to the tabulator rather than comma.

See also

Import data into R for processing
Index to (some) R functions

Index