Question 1

a <- 5
 b <- 4
 c <- a+b
 d <- c(a, b, c)
 e <- 2*d
 f <- 'hello'
 g <- c(a, f)

Question 2

library(readr)
 HR1 <- read_csv("~/Data 3210 items/Assignment #2/HR_comma_sep.csv")
## Rows: 14999 Columns: 10
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## chr (2): Department, salary
## dbl (8): satisfaction_level, last_evaluation, number_project, average_montly...
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.

Question 3

Question 3

Question 3

Question 3

Question 3
Question 3

Question 4

  • This is a test for bullet points
  • This is a second test
  • You need to place a space to make it work