Concept Map - Lesson 1
R Languaje, examples of use.
with the work of all latin american data scientists women.
graph LR;
A[R Languaje] -->|Has| B[Multiple uses];
B -->|Not only| C[Statistics];
B --> D[Text analysis];
B --> E[Audio analysis];
B --> F[Reporting, Dash boards, presentations];
B --> G[Web apps];
B --> H[Internet of Thing];
B --> I[Modeling];
B --> J[Remote Sensing, mapping];
Concept Map - Lesson 2
RStudio IDE
graph LR;
A[R Languaje] -->|we use it through| B[RStudio IDE];
B -->|has| C[console];
B -->|has| D[enviroment/history];
B -->|has| E[scripts];
B -->|has| F[panels];
F --> G[files];
F --> H[plots];
F --> I[packages];
F --> J[help];
F --> K[viewer];
Concept Map - Lesson 3
R base, packages, function, parameters, variables
graph LR;
A[R Languaje] -->|formed by| B[R base];
A -->|formed by| C[Packages];
C -->|has| D[Functions];
B -->|has| D;
D -->|can have| E[parameters];
A -->|work with| F[data estructures];
F -->|one is| G[variables] ;
Concept Map - Lesson 4
Messages, errors, warnings
graph LR;
A[Console] -->|executed| B[R code];
B -->|can give| C[mensages];
B -->|can give| D[warnings];
B -->|can give| E[errors];
C -->|all ok| F[informative/code executed];
D -->|something happened| G[informative/code executed];
E -->|something went wrong| H[code not executed];
Concept Map - Lesson 5
How to get help
graph LR;
A[Help] -->|how to ask| B[efficiently];
A -->|use R documentation in| C[RStudio help panel];
A -->|search in| D[Google];
A -->|consult| E[Cheat Sheet];
A -->|consult| F[CRAN Task Views];
A -->|search/ask| G[R-Studio Community];
A -->|search/ask| H[StackOverflow];
A -->|search/ask| I[Twitter];
A -->|ask/join| J[R Community];
B -->|using| K[sessionInfo];
B -->|using| L[dput];
Concept Map - Lesson 6
R Community: R-Ladies
graph LR;
A[R Community] -->|has| B[R User Groups];
C[R-Ladies] -->|are a type of| B;
C -->|has| D[Chapters];
D -->|one of them| E[R-Ladies Santa Rosa];
A -->|grow in| F[LatAm] ;
F -->|organize| G[LatinR];
F -->|translate| H[R4DS]
F -->|carry on| I[DatosDeMiercoles];