Write a code to fetch the details of all the persons who are working in the IT department from the following csv file: code example
Example: read csv in r
data <- read.csv("input.csv")
print(data)
data <- read.csv("input.csv")
print(data)