<aside>
💡
Replit – Build apps and sites with AI
</aside>
<aside>
💡
Command Line
- pwd → show current directory
- ls - list file in folder
- ls -a → show hidden file
- ls -l → show long information
- ls -al → combine
-a
& -l
- mkdir → create folder
- rmdir → delete folder
- touch [filename.txt] → create file
- cat [filename] → show data in file
- cd [folder name] → change directory
- cd .. → back one step folder
- echo dog >> [filename] → add data to file
- rm [folder name] -r → recursive delete all file in folder
- wc [filename] → word count
- Rscript - run R file
</aside>
Library we used:
- ggplot2
Create Elegant Data Visualisations Using the Grammar of Graphics
- plotly
Data Apps for Production | Plotly
- TinyTex (for export PDF)
Simple way to Install Tex (LATEX) to export Rmarkdown to PDF (in RStudio)