R Intro Oct 23-30 Flashcards
1
Q
what is R
A
R is a powerful and popular programming language for statistical computing and data analysis.
2
Q
what is RStudio?
A
is an integrated development enviroment for R (IDE) it provides a user-friendly interface for writing and running R.
3
Q
what is tidyverse?
A
is a collection of Rpachages designed for data science and data analysis.
4
Q
what are 2 ways to run your codes in Rstudio?
A
type code in console window and press enter
type in the scripting window and press CTRL + enter
5
Q
a researcher named a variable “february” what is the mostly likely data type?
A
not possible to know as in R there are no contraints of what we name things.
6
Q
A