Messages postés par "PaulineMarchand"

Sujet Date Extrait
Probleme fonction sur RStudio
lundi 31 mai 2021 à 14h23 Bonjour, Je travaille en ce moment sous R, mais j'ai un problème. Je souhaite utiliser la fonction `subset` cependant, 0 observations se créer dans la table. Voici la ligne de code: ``` # S…
Problème programmation RStudio
jeudi 27 mai 2021 à 13h35 Pour la première erreur, c'est un dossier de fichier. J'ai essayé avec `.csv` mais cela ne fonctionne pas. Pour la fonction `return`, elle est située a la fin du script.
Problème programmation RStudio
jeudi 27 mai 2021 à 12h11 ```r path="C:/Users/pm199/OneDrive/Documents/Cours L3/S6/Stage/NIRs_Sols/" table_NIR=function(path = TRUE) { table_sortie1=data.frame("campagne"=NA,"groupe"=NA,"operateur"=NA,"type"=NA,"numPla…
Problème programmation RStudio
jeudi 27 mai 2021 à 09h57 Oui excusez moi. ```r path="C:/Users/pm199/OneDrive/Documents/Cours L3/S6/Stage/NIRs_Sols/" table_NIR=function(path = TRUE) { liste_tableFichiers=list.files(path) data=read.csv(paste(path,…
Problème programmation RStudio
jeudi 27 mai 2021 à 09h32 Bonjour, Je suis étudiante, actuellement en stage et j'ai un problème dans la programmation sur RStudio. Je souhaite créer une fonction mais cela ne marche pas, un message d'erreur s'affiche. …