Browse Source

Début construction string labels

master
unknown 10 years ago
parent
commit
3cd29931d2
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      R/charger.R

+ 7
- 0
R/charger.R View File

@@ -27,5 +27,12 @@ charger <- function(fichier,nom,feuille=1)
x<-read.csv2(fichier)
else if (grepl("\\.xlsx?$",fichier))
x<-read.xlsx(fichier,feuille)
if (file.exists("labels"))
{
label_exe = paste("label(",as.character(substitute(nom),")<-c(")
}
assign(as.character(substitute(nom)),x,pos=1)
}

Loading…
Cancel
Save