class: center, middle, inverse, title-slide # R Foundation: Recap Quiz --- # Question 1 `R` is based on which programming language?
00
:
20
--- # Question 2 Who are the founders of R Language? Which country?
00
:
20
--- # Question 3 What is the equivalent of Mobile Apps in `R` ecosystem?
00
:
20
--- # Question 4 What is the equivalent of Google Play Store / App store in `R` ecosystem?
00
:
20
--- # Question 5 Which packages come pre-installed in R software?
00
:
20
--- # Question 6 Original developer of Tidyverse?
00
:
20
--- # Question 7 What is the difference between R and R Studio?
00
:
20
--- # Question 8 How many data types you have in R?
00
:
20
--- # Question 9 Which datatype is this: "10001"?
00
:
20
--- # Question 10 What is the difference between a vector and matrix?
00
:
20
--- # Question 11 Which function will I use to convert a numeric to factor?
00
:
20
--- # Question 12 Which package is used to import files?
00
:
20
--- # Question 13 Which package is used to manipluate data in R?
00
:
20
--- # Question 14 Which function will help me load a csv file?
00
:
20
--- # Question 15 What are the five verbs of dplyr?
00
:
20
--- # Question 16 Which function will help me create a new column?
00
:
20
--- # Question 17 Which function will help me filter values based on some value?
00
:
20
--- # Question 18 How will you find the mean of a column using dplyr?
00
:
20
---