Which argument do you specify with read_csv() to specify a separator character ?
sep
Reason — The sep argument in the read_csv() function is used to specify the separator character. By default, this is set to a comma (,).
read_csv()