It helps import the data set, whether it's in a tsv, csv, txt, or excel format.
Arguments
- filepath
Path of the file to be imported.
- filetype
The type of file to be imported. By default, it's
"excel", but also accepts"tsv","csv", or"txt".- separator
The delimiter in your data set, if it's a
"txt"file.- ...
Any other argument that can be passed in the
read_csv,read_tsv,read_delim, orread_excelfunctions, if your data set is a csv, tsv, txt, or an excel file, respectively.