I would like to read a csv file selecting only a subsetting of the available columns. Usually I used to perfom this kind of process using the fread function of the data.table package. I could use read_csv and then select only the columns of interest but I want to do the selection when I read the file.
Is that possible? Have I missed some read_csv options?