Categories
3. R programming language in Data science

Importing files in R language

R enables you to import data from different sources. 

1. Table: A table can be loaded in R using the read.table function.

table

2. CSV: A .csv file is imported using the read.csv function.

csv

Leave a Reply

Your email address will not be published. Required fields are marked *