#Bio I am a Management Information Systems major and I am minoring in
cybersecurity. I enjoy coding and analyzing. I am graduating in May of
2025.
#Career Goals
IT Project Manager
- Expected Salary: $80,000 - $100,000 per year
- Potential Employer: ManTech (Tech firms)
- Pro: Manage projects closely, work with teams and
encourage changes.
- Con: A lot of pressure and responsibility, short
deadlines and budgeting.
Business Intelligence Analyst
- Expected Salary: $65,000 - $90,000 per year
- Potential Employer: Trilogy, Highmark Health (Tech
firms, Corporations)
- Pro: Rewarding, work with cutting-edge technology
and tools.
- Con: Analyzing data can be complex, uses strong
technical skills that may be difficult.
Data Analyst
- Expected Salary: $60,000 - $80,000 per year
- Potential Employer: Tech companies, financial
institues, healthcare organizations.
- Pro:Drive decision making, growing field, many
opportunites.
- Con: Deal with messy data, tight deadlines,
repetitive.
t_bob <- tibble::tibble(numbers = 1:100)
library(ggplot2)
ggplot(t_bob, aes(x = numbers)) +
geom_histogram(binwidth = 1) +
theme_minimal()

Questions
Answer each of these questions:
- What file type has R code only?
.R file.
- What file type has project settings?
.Rproj file.
- What file type has markdown and R code?
.Rmd file.
- What file type is created when rendering/knitting?
.html, .pdf, or .docx file