read.csv() (R)

read.csv() loads a comma-separated values file into a data frame. It is the standard base-R way to import tabular data, with options for headers, separators…