Notas rápidas

R documentation

R documentation

by António Francisco -
Number of replies: 0

 Para quem não está para esperar pela próxima aula, aqui vão duas sugestões:

1) Rdocumentation package (adicione no seu R)

rheadbrain

Install the Rdocumentation package

If you like the Rdocumentation tool, you can install the Rdocumentation R package, such that envoking the help function in R, automatically takes you to the correct Rdocumentation page! It just overwrites the `?` and the help function when loaded. Benefits are:

  • 1. Consult the documentation of packages that are not loaded or even not installed quickly
  • 2. Enjoy the Rdocumentation search interface in case you are not exactly sure what you are looking for
  • 3. Enjoy all future functionality we'll be adding ;-)

To install the Rdocumentation R package locally:

library("devtools"); 
install_github("Rdocumentation","jonathancornelissen");
library("Rdocumentation")

 

2) Learn data analysis for free

http://www.datamind.org/#/