Packages R
Code R :
.libPaths() # Pour obtenir la location de la library contenant les packages install?es library() # Pour voir tous les packages install?s search() # Pour voir les packages couramment charg?s
Pour charger un package d’int?r?t:
Code R :
library('boot')
Pour mettre ? jour les packages:
Code R :
update.packages()
Pour installer un package
Code R :
install.packages('nomDuPackage')
Pour cr?er un package
Ecrire une extension de R
Tutoriel - cr?ation d'un package R
Tutoriel - Cr?ation d'un package R sous windows
? Cours pr?c?dent
Ex?cution d'un script R contenu dans un fichier et
redirection des r?sultats R vers un fichier
Cours suivant ?
Editeur de code R
Enjoyed this article? I’d be very grateful if you’d help it spread by emailing it to a friend, or sharing it on Twitter, Facebook or Linked In.
Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!
Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!
Avez vous aimé cet article? Je vous serais très reconnaissant si vous aidiez à sa diffusion en l'envoyant par courriel à un ami ou en le partageant sur Twitter, Facebook ou Linked In.
Montrez-moi un peu d'amour avec les like ci-dessous ... Merci et n'oubliez pas, s'il vous plaît, de partager et de commenter ci-dessous!
Montrez-moi un peu d'amour avec les like ci-dessous ... Merci et n'oubliez pas, s'il vous plaît, de partager et de commenter ci-dessous!
Recommended for You!
Get involved :
Click to follow us on Facebook:
Comment this article by clicking on "Discussion" button (top-right position of this page)
Click to follow us on Facebook:
Comment this article by clicking on "Discussion" button (top-right position of this page)