Tag Archives: RStudio

#Blogpost: Intro to R Workshop.

On Thursday, October 11, 2024, at about 6 pm, I attended an insightful introduction to R workshop organized by Zachary Lloyd and Chen Zou, fellows at the Graduate Center Digital Initiatives (GCDI). The session was aimed at beginners and focused on the essentials of using R, an open-source programming language widely utilized for statistical analysis, data transformation, survey analysis, Machine Learning, etc.

The session began by distinguishing between R and RStudio, where R serves as the engine – the core programming language, while RStudio serves as the user-friendly interface (UI) where coding, data visualization, and manipulation take place that allows users to interact with R seamlessly. The instructor also introduced foundational concepts like Boolean operations (1/0, TRUE/FALSE, YES/NO), arithmetic functions (+,-, /,*), and vectors – which she mentioned are lists of items or variables of the same type. We also learned basic R syntax such as how to assign values to variables using the “<-” operator and how logical operations like `==` (equal to) and `!=` (not equal to) work in R.

On a final note, the workshop was a good introduction to R, emphasizing the importance of continuous practice and exploration. Whether for data visualization, machine learning, or statistical analysis, R offers a flexible and powerful toolset for data professionals.

Interestingly, the workshop ended at 8:04 pm with a Google digital evaluation form, which made me reflect on the increasing importance of digital documentation and feedback within digital humanities. As a potential digital humanist, every evaluation or rating not completed on a digital platform might as well be considered non-existent, reinforcing the role of digital tools in modern academic and research processes.

– Kelechi Iwuagwu (A Data Analysis & Viz CUNY GradCenter Candidate).