r Read.csv Tab délimité

df <- read.delim("text.txt", header = FALSE, stringsAsFactors = FALSE, sep = "\t")
Tough Tuatara