#Bio My name is Garrett Baldwin and I am studying accounting at West
Virginia University. I enjoy the outdoors and my favorite season is
summer.
#Career Goals
Public Accounting
- 75k
- CBIZ
- Pro: Potential to increase salary quickly
- Con: Long work hours may be required
Private Accounting
- 65k
- Johnson & Johnson
- Pro: Steady Job with regular work hours
- Con: Slow salary increases ## Data Analyst
- 60K
- Google
- Pro: High demand and potential for growth
- Con: Work may be repetitive
Complete the following tasks:
- Update the author and date information in the top of this file.
- Add a 1st-level header with “Bio”. Add text with a short 2-3
sentence personal biography
- Add a 1st-level header titled “Career Goals”.
- Add several 2nd-level headers, each with a potential career
outcome.
- Under each, have bullet points with the expected salary, a potential
employer, a pro to this career, and a con. Hint: be sure to add spaces
and new-lines to help the Markdown render properly.
- Add a code block that creates a tibble called t_bob that contains
values 1-100. Have this display nothing when rendered
- Add a code block that prints a graph of t_bob. Do not print any code
or warnings.
- Answer the questions below
- Delete all of these instructions
- Publish this online
- Put the URL of the published file into this file. Add a new level 3
header titled “Online Link” with text containing a hyperlink.
- Publish this again to update your online version
- Submit this file with your code to eCampus
Questions
Answer each of these questions:
- What file type has R code only? R script file or .R file
- What file type has project settings? A project file or Rproj
- What file type has markdown and R code? An R markdown file or
rmd
- What file type is created when rendering/knitting? several can come
from an r markdown file but html file or PDF can be created.