Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

r import table with readr

read_csv(): comma-separated values (.csv) files

read_tsv(): tab-separated values files

read_delim(): general delimited files

read_fwf(): fixed-width files

read_table(): tabular files where columns are separated by white-space

read_log(): web log files
 
PREVIOUS NEXT
Tagged: #import #table #readr
ADD COMMENT
Topic
Name
9+6 =