Reading CSV file

Remember put a reproducible example of data, is a good way for find excellent help for all community.

Try with this for separator like | :

Responses <- read.csv('/Users/admin/file.csv', header=TRUE, sep='|' )
1 Like