Bonjour,

En essayant d'important une table, R m'affiche cela comme indication:
> tab <- read.table(file="vvv.txt", sep="\t", header=TRUE, dec=".")
Warning message:
In read.table(file = "vvv.txt", sep = "\t", header = TRUE, dec = ".") :
incomplete final line found by readTableHeader on 'vvv.txt'
Dans mon fichier texte, j'ai comme données de la qualitative, j'ai 58 colonnes,
634 lignes. Je ne comprends pas très bien d'où peut provenir l'erreur, pourriez-vous m'aider s'il vous plait?

Cordialement,

Quentin