Code and text for quiz 3
Load the packages that we need
Read the data into R
corp_tax <- read_excel(here("corp_tax.xlsx"))
# A tibble: 1 × 5
company profit tax tax_rate industry
<chr> <dbl> <dbl> <dbl> <chr>
1 DISH Network 2145. 44.5 0.0207 Telecommunications
NVR is in the Telecommunications industry.
# A tibble: 1 × 5
company profit tax tax_rate industry
<chr> <dbl> <dbl> <dbl> <chr>
1 Sherwin-Williams 1307. 289. 0.221 Chemicals