how to read the csv file in R studio code example Example: read csv file in r data <- read.csv("input.csv") print(data)