Bio

I’m a college student studying data science and analytics. I’m passionate about solving real-world problems with code and data, and I enjoy working on projects that combine creativity and logic.

Career Goals

Data Analyst

  • Expected salary: $65,000
  • Potential employer: Deloitte
  • Pro: Strong demand and growth potential
  • Con: May involve repetitive tasks

Data Scientist

  • Expected salary: $100,000
  • Potential employer: Google
  • Pro: High salary and exciting challenges
  • Con: Requires advanced education and experience

Business Intelligence Analyst

  • Expected salary: $75,000
  • Potential employer: Amazon
  • Pro: Combines business and technical skills
  • Con: Can be high-pressure during reporting cycles
library(ggplot2)
ggplot(t_bob, aes(x = x)) +
  geom_histogram(binwidth = 10) +
  labs(title = "Distribution of Values in t_bob", x = "Value", y = "Frequency")

Questions

Answer each of these questions:

  1. What file type has R code only? .R
  2. What file type has project settings? .Rproj
  3. What file type has markdown and R code? .Rmd
  4. What file type is created when rendering/knitting? .html