#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

Business Intelligence Analyst

Data Analyst

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:

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