Introduction To R Studio
Introduction To R Studio
Welcome to R Studio! This presentation will cover the basics of R Studio and
show you how to use data manipulation and visualization tools for more effective
analysis.
by Udit Bheda
Installing R in Windows
Downloading R Package Installing R Package
First, download the latest .exe file of R Package Run the setup file and follow the instructions. You
for Windows. can select the default settings unless you have a
specific reason to change them.
Next, download and run the R Studio setup file Finally, test everything out by creating a new
from here. Once installed, open R Studio and project and running some basic data manipulation
select the version of R that you installed in the and visualization tasks.
previous step.
What is R Studio?
1 Open-source Integrated
Development Environment
Customizable
Environment
1 Data Wrangling
R Markdown helps to create Markdown syntax is an easy The knitr package extends
dynamic documents or reports way to create formatted Markdown functionality to
to encapsulate important documents and reproducible access R code within a
scripts, visualizations and research reports with your Markdown file to create
data for reproducibility in code and outputs in one HTML, PDF, and Word docs.
future runs. document.
Resources and Next Steps
• R Studio Cheat Sheets.
• R programming language course at DataCamp.
• R books and tutorials at R-bloggers.
• Stack Overflow for R programming language community.
• Join the R Studio Community.