Bonjour,


test <- read.table("test.txt", header=TRUE, sep=";", stringsAsFactors=FALSE)
test$index <- 1:nrow(test)
test2 <- strsplit(test$VALEURS, split=" ")
test3 <- lapply(test$index,...