1. 1. Creating accounts
1.1. The place in the cloud where we will keep our work organized
1.1.1. save
1.1.1.1. code
1.1.1.2. data
1.1.2. document
1.1.3. share
1.1.4. publish
1.2. Easy way to use R (for free)
1.2.1. If you have GMAIL, you have colab!
1.2.1.1. You can run R, too!
1.2.1.1.1. setup in Colab - step 1
1.3. Easy way to use R (free but limited)
2. 2. Installations
2.1. R
2.2. RStudio
2.3. GitHub Desktop
3. 3. Data Collection
3.1. Own Survey
3.1.1. ad-hoc
3.1.1.1. your own or adapted instrument
3.1.1.1.1. may require some ethical license
3.1.2. generalizability
3.1.2.1. needs high sampling knowledge
3.1.2.1.1. cost and time concerns
3.1.3. instrument output
3.1.3.1. structured
3.1.3.1.1. tables
3.1.3.2. non structured
3.1.3.2.1. text/audio/pictures
3.2. Open data
3.2.1. downloadable
3.2.1.1. via ftp (classic download)
3.2.1.1.1. full file
3.2.1.2. via API
3.2.1.2.1. great option
3.2.1.2.2. requires read documentation to create query
3.2.1.2.3. generally require free account creation
3.2.2. scrapeable
3.2.2.1. looks very easy
3.2.2.1.1. NOT WYSIWYG
3.2.2.2. requires effort other do not
3.2.2.2.1. more cleaning/formatting
3.2.2.2.2. you wish you have learned '**html**' before
3.2.2.2.3. constantly change contents and even location
3.3. Administrative sources
3.3.1. not usually public
3.3.2. very comprehensive
3.3.2.1. restricted due to privacy concerns
3.3.3. integrable/mergeable inter/intra institutions
3.3.3.1. only easy in theory
4. 4. Demonstration
4.1. **I**. Open you GitHub
4.1.1. Go to "**Organizations**"
4.1.1.1. Create an **organization**
4.1.1.1.1. set it up
4.1.1.1.2. name it as **"Funtamendals+'YourFirstname'"**
4.1.1.2. Create a **repository** in your organization
4.1.1.2.1. set it up
4.1.2. Clone the repo to your computer (make sure you have GitHub **desktop**)
4.1.2.1. could be anywhere, choose a location easy to find
4.1.2.1.1. never inside another app's folder
4.1.2.1.2. never inside another repo
4.1.2.2. name the repo **demo1**
4.1.2.3. You may need a **repo** for each homework
4.1.3. some content to the repo
4.1.3.1. download this file **into the repo** (in your local machine)
4.1.3.1.1. **fragility index** 2023
4.1.3.2. check the Desktop App
4.1.3.2.1. scene 1: something **new** is detected
4.2. II. In Your **personal computer**
4.2.1. using R
4.2.1.1. read the file from github
4.2.1.1.1. get the link to data
4.2.1.2. open a **Colab** notebook
4.2.1.2.1. You will use RStudio later - **for sure**
4.2.1.3. think about
4.2.1.3.1. R objects
4.2.1.3.2. R packages
4.2.1.3.3. R functions
4.2.1.4. ask Gemini in Colab
4.2.1.4.1. start fresh
4.2.1.4.2. get the data
4.2.1.4.3. exploratory commands
4.2.1.4.4. transformative commands
4.2.1.4.5. some computations
4.2.1.4.6. some plotting
4.2.2. Open RStudio
4.2.2.1. download the Colab notebook into the repo
4.2.2.1.1. transform Colab notebook into a R MarkDown Notebook
4.2.2.2. What to do with **index.Rmd**?
4.2.2.2.1. knitting
4.2.3. GitHub Desktop
4.2.3.1. commit
4.2.3.1.1. something to be committed?
4.2.3.2. push
4.2.3.2.1. push to the cloud
4.3. III. Publish your work
4.3.1. Go to the GitHub repo on the cloud
4.3.1.1. use pages!
4.3.1.1.1. final steps
4.3.2. ADD THE LINK TO THE README!