Greetings all
I’ve got a followup question to the closed conversation:
readr: Skip empty columns
@leobarlach asked about how to skip empty columns with read_csv
@martin.R provided a good answer about using cols() and cols_only()
My follow up question is what if you don't know which column(s) are empty before reading the data?
Cheers,
Jason