various methods of reading csv files in R code example Example: read csv in r data <- read.csv("input.csv") print(data)