├── .gitignore ├── 01_Session_Dataframes ├── CredHist.csv ├── Lesson planformat-1_Rworkshop_DataFrames_SGC.pdf └── Session1_Dataframes_SGC.pdf ├── 02_Session_Tidyverse ├── CredHist.csv ├── Lesson planformat-2_Rworkshop_Tidyverse.pdf └── Session2_Tidyverse_SGC.pdf ├── 03_Session_DataViz ├── Lesson planformat-3_Rworkshop_DataViz_SGC.pdf └── Session3_DataViz_SGC.pdf ├── 04_Session_UnsupervisedLearning ├── Lesson planformat-4_Rworkshop_MachineLearning_Unsupervised_SGC.pdf ├── Session4_Unsupervised_SGC.R └── Session4_Unsupervised_SGC.pdf ├── 05_Session_Statistics ├── Lesson planformat-5_Rworkshop_Statistics.pdf ├── Lesson planformat-5_Rworkshop_Statistics_SGC.pdf ├── Session5_Statistics_SGC.R └── Session5_Statistics_SGC.pdf ├── 06_Session_SupervisedLearning ├── Lesson planformat-6_Rworkshop_MachineLearning_Supervised_SGC.pdf ├── Session6_SupervisedLearning_SGC.R └── Session6_SupervisedLearning_SGC.pdf ├── 07_Session_TextAsData ├── BookIcon.png ├── Example_Text.txt ├── Lesson planformat-7_Rworkshop_TextAsData_SGC.pdf ├── Session7_TextAsData.R └── Session7_TextAsData_SGC.pdf ├── 08_Session_TextMining ├── Lesson planformat-8_Rworkshop_TextMining_SGC.pdf ├── Session8_TextMining_SGC.R ├── Session8_TextMining_SGC.pdf └── Session8_spacy_SGC.R ├── 09_Session_MachineLearning4Text ├── Lesson planformat-9_Rworkshop_MachineLearning4Text_SGC.pdf ├── Session9_MachineLearning4Text_SGC.pdf ├── Session9_Supervised_SGC.R └── Session9_Unsupervised_SGC.R ├── 10_Session_BasicProgramming ├── 10a_Rworkshop_BasicProgrammingConcepts_SGC.pdf └── Lesson planformat-10a_Rworkshop_BasicProgrammingConcepts_SGC.pdf ├── 11_Session_Servers_and_Parallelizing ├── 10b_Rworkshop_Parallelizing_SGC.pdf └── Lesson planformat-10b_Rworkshop_Parallelizing_SGC.pdf ├── Archived_FirstEdition ├── Session1_Dataframes │ ├── CredHist.csv │ └── Session1_SGC.pdf ├── Session2_DataViz │ ├── CredHist.csv │ └── Session2_SGC.pdf ├── Session3_Statistics │ ├── Session3_R_template.R │ └── Session3_SGC.pdf ├── Session4_TextAsData │ ├── BookIcon.png │ ├── Example_Text.txt │ ├── Session4_1.R │ ├── Session4_2.R │ ├── Session4_2_TextMining_SGC.pdf │ ├── Session4_3_spacy.R │ └── Session4_TextAnalysis_SGC.pdf └── Session5_MachineLearning │ ├── Session5_Supervised.R │ ├── Session5_Supervised.pdf │ ├── Session5_Unsupervised.R │ └── Session5_Unsupervised.pdf ├── CITATION.cff ├── ExtraSession_1_Setting_Up_Package ├── First_Step.pdf ├── README.md └── R_Package.pdf ├── LICENSE ├── README.md └── WorkshopBuildUp.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/.gitignore -------------------------------------------------------------------------------- /01_Session_Dataframes/CredHist.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/01_Session_Dataframes/CredHist.csv -------------------------------------------------------------------------------- /01_Session_Dataframes/Lesson planformat-1_Rworkshop_DataFrames_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/01_Session_Dataframes/Lesson planformat-1_Rworkshop_DataFrames_SGC.pdf -------------------------------------------------------------------------------- /01_Session_Dataframes/Session1_Dataframes_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/01_Session_Dataframes/Session1_Dataframes_SGC.pdf -------------------------------------------------------------------------------- /02_Session_Tidyverse/CredHist.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/02_Session_Tidyverse/CredHist.csv -------------------------------------------------------------------------------- /02_Session_Tidyverse/Lesson planformat-2_Rworkshop_Tidyverse.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/02_Session_Tidyverse/Lesson planformat-2_Rworkshop_Tidyverse.pdf -------------------------------------------------------------------------------- /02_Session_Tidyverse/Session2_Tidyverse_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/02_Session_Tidyverse/Session2_Tidyverse_SGC.pdf -------------------------------------------------------------------------------- /03_Session_DataViz/Lesson planformat-3_Rworkshop_DataViz_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/03_Session_DataViz/Lesson planformat-3_Rworkshop_DataViz_SGC.pdf -------------------------------------------------------------------------------- /03_Session_DataViz/Session3_DataViz_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/03_Session_DataViz/Session3_DataViz_SGC.pdf -------------------------------------------------------------------------------- /04_Session_UnsupervisedLearning/Lesson planformat-4_Rworkshop_MachineLearning_Unsupervised_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/04_Session_UnsupervisedLearning/Lesson planformat-4_Rworkshop_MachineLearning_Unsupervised_SGC.pdf -------------------------------------------------------------------------------- /04_Session_UnsupervisedLearning/Session4_Unsupervised_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/04_Session_UnsupervisedLearning/Session4_Unsupervised_SGC.R -------------------------------------------------------------------------------- /04_Session_UnsupervisedLearning/Session4_Unsupervised_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/04_Session_UnsupervisedLearning/Session4_Unsupervised_SGC.pdf -------------------------------------------------------------------------------- /05_Session_Statistics/Lesson planformat-5_Rworkshop_Statistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/05_Session_Statistics/Lesson planformat-5_Rworkshop_Statistics.pdf -------------------------------------------------------------------------------- /05_Session_Statistics/Lesson planformat-5_Rworkshop_Statistics_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/05_Session_Statistics/Lesson planformat-5_Rworkshop_Statistics_SGC.pdf -------------------------------------------------------------------------------- /05_Session_Statistics/Session5_Statistics_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/05_Session_Statistics/Session5_Statistics_SGC.R -------------------------------------------------------------------------------- /05_Session_Statistics/Session5_Statistics_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/05_Session_Statistics/Session5_Statistics_SGC.pdf -------------------------------------------------------------------------------- /06_Session_SupervisedLearning/Lesson planformat-6_Rworkshop_MachineLearning_Supervised_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/06_Session_SupervisedLearning/Lesson planformat-6_Rworkshop_MachineLearning_Supervised_SGC.pdf -------------------------------------------------------------------------------- /06_Session_SupervisedLearning/Session6_SupervisedLearning_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/06_Session_SupervisedLearning/Session6_SupervisedLearning_SGC.R -------------------------------------------------------------------------------- /06_Session_SupervisedLearning/Session6_SupervisedLearning_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/06_Session_SupervisedLearning/Session6_SupervisedLearning_SGC.pdf -------------------------------------------------------------------------------- /07_Session_TextAsData/BookIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/07_Session_TextAsData/BookIcon.png -------------------------------------------------------------------------------- /07_Session_TextAsData/Example_Text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/07_Session_TextAsData/Example_Text.txt -------------------------------------------------------------------------------- /07_Session_TextAsData/Lesson planformat-7_Rworkshop_TextAsData_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/07_Session_TextAsData/Lesson planformat-7_Rworkshop_TextAsData_SGC.pdf -------------------------------------------------------------------------------- /07_Session_TextAsData/Session7_TextAsData.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/07_Session_TextAsData/Session7_TextAsData.R -------------------------------------------------------------------------------- /07_Session_TextAsData/Session7_TextAsData_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/07_Session_TextAsData/Session7_TextAsData_SGC.pdf -------------------------------------------------------------------------------- /08_Session_TextMining/Lesson planformat-8_Rworkshop_TextMining_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/08_Session_TextMining/Lesson planformat-8_Rworkshop_TextMining_SGC.pdf -------------------------------------------------------------------------------- /08_Session_TextMining/Session8_TextMining_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/08_Session_TextMining/Session8_TextMining_SGC.R -------------------------------------------------------------------------------- /08_Session_TextMining/Session8_TextMining_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/08_Session_TextMining/Session8_TextMining_SGC.pdf -------------------------------------------------------------------------------- /08_Session_TextMining/Session8_spacy_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/08_Session_TextMining/Session8_spacy_SGC.R -------------------------------------------------------------------------------- /09_Session_MachineLearning4Text/Lesson planformat-9_Rworkshop_MachineLearning4Text_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/09_Session_MachineLearning4Text/Lesson planformat-9_Rworkshop_MachineLearning4Text_SGC.pdf -------------------------------------------------------------------------------- /09_Session_MachineLearning4Text/Session9_MachineLearning4Text_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/09_Session_MachineLearning4Text/Session9_MachineLearning4Text_SGC.pdf -------------------------------------------------------------------------------- /09_Session_MachineLearning4Text/Session9_Supervised_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/09_Session_MachineLearning4Text/Session9_Supervised_SGC.R -------------------------------------------------------------------------------- /09_Session_MachineLearning4Text/Session9_Unsupervised_SGC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/09_Session_MachineLearning4Text/Session9_Unsupervised_SGC.R -------------------------------------------------------------------------------- /10_Session_BasicProgramming/10a_Rworkshop_BasicProgrammingConcepts_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/10_Session_BasicProgramming/10a_Rworkshop_BasicProgrammingConcepts_SGC.pdf -------------------------------------------------------------------------------- /10_Session_BasicProgramming/Lesson planformat-10a_Rworkshop_BasicProgrammingConcepts_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/10_Session_BasicProgramming/Lesson planformat-10a_Rworkshop_BasicProgrammingConcepts_SGC.pdf -------------------------------------------------------------------------------- /11_Session_Servers_and_Parallelizing/10b_Rworkshop_Parallelizing_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/11_Session_Servers_and_Parallelizing/10b_Rworkshop_Parallelizing_SGC.pdf -------------------------------------------------------------------------------- /11_Session_Servers_and_Parallelizing/Lesson planformat-10b_Rworkshop_Parallelizing_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/11_Session_Servers_and_Parallelizing/Lesson planformat-10b_Rworkshop_Parallelizing_SGC.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session1_Dataframes/CredHist.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session1_Dataframes/CredHist.csv -------------------------------------------------------------------------------- /Archived_FirstEdition/Session1_Dataframes/Session1_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session1_Dataframes/Session1_SGC.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session2_DataViz/CredHist.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session2_DataViz/CredHist.csv -------------------------------------------------------------------------------- /Archived_FirstEdition/Session2_DataViz/Session2_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session2_DataViz/Session2_SGC.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session3_Statistics/Session3_R_template.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session3_Statistics/Session3_R_template.R -------------------------------------------------------------------------------- /Archived_FirstEdition/Session3_Statistics/Session3_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session3_Statistics/Session3_SGC.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/BookIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/BookIcon.png -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/Example_Text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/Example_Text.txt -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/Session4_1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/Session4_1.R -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/Session4_2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/Session4_2.R -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/Session4_2_TextMining_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/Session4_2_TextMining_SGC.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/Session4_3_spacy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/Session4_3_spacy.R -------------------------------------------------------------------------------- /Archived_FirstEdition/Session4_TextAsData/Session4_TextAnalysis_SGC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session4_TextAsData/Session4_TextAnalysis_SGC.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session5_MachineLearning/Session5_Supervised.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session5_MachineLearning/Session5_Supervised.R -------------------------------------------------------------------------------- /Archived_FirstEdition/Session5_MachineLearning/Session5_Supervised.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session5_MachineLearning/Session5_Supervised.pdf -------------------------------------------------------------------------------- /Archived_FirstEdition/Session5_MachineLearning/Session5_Unsupervised.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session5_MachineLearning/Session5_Unsupervised.R -------------------------------------------------------------------------------- /Archived_FirstEdition/Session5_MachineLearning/Session5_Unsupervised.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/Archived_FirstEdition/Session5_MachineLearning/Session5_Unsupervised.pdf -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/CITATION.cff -------------------------------------------------------------------------------- /ExtraSession_1_Setting_Up_Package/First_Step.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/ExtraSession_1_Setting_Up_Package/First_Step.pdf -------------------------------------------------------------------------------- /ExtraSession_1_Setting_Up_Package/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/ExtraSession_1_Setting_Up_Package/README.md -------------------------------------------------------------------------------- /ExtraSession_1_Setting_Up_Package/R_Package.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/ExtraSession_1_Setting_Up_Package/R_Package.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/README.md -------------------------------------------------------------------------------- /WorkshopBuildUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SofiaG1l/R_Course/HEAD/WorkshopBuildUp.png --------------------------------------------------------------------------------