Installing package into 'C:/Users/17062/AppData/Local/R/win-library/4.5'
(as 'lib' is unspecified)
package 'tidyverse' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\17062\AppData\Local\Temp\RtmpopJcRq\downloaded_packages
Installing package into 'C:/Users/17062/AppData/Local/R/win-library/4.5'
(as 'lib' is unspecified)
package 'googlesheets4' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\17062\AppData\Local\Temp\RtmpopJcRq\downloaded_packages
Installing package into 'C:/Users/17062/AppData/Local/R/win-library/4.5'
(as 'lib' is unspecified)
package 'plotly' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\17062\AppData\Local\Temp\RtmpopJcRq\downloaded_packages
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(googlesheets4)library(plotly)
Attaching package: 'plotly'
The following object is masked from 'package:ggplot2':
last_plot
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:graphics':
layout
# A tibble: 6 × 8
Job Place Role City State `Start Year` `End Year` ID
<chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl>
1 WalkGeorgia UGA Heal… Athe… GA 2015 2016 1
2 AmeriCorps IRC Inte… Clar… GA 2016 2018 2
3 REAL CDC Rese… Atla… GA 2017 2018 3
4 PreP Up Pharmacies Emory Rese… Atla… GA 2018 2020 4
5 Health Writer HMHB… Free… Atla… GA 2018 2023 5
6 Meta-Analysis Training … GSU Trai… Atla… GA 2020 2022 6
tail(job.experience)
# A tibble: 6 × 8
Job Place Role City State `Start Year` `End Year` ID
<chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl>
1 PreP Up Pharmacies Emory Rese… Atla… GA 2018 2020 4
2 Health Writer HMHB… Free… Atla… GA 2018 2023 5
3 Meta-Analysis Training … GSU Trai… Atla… GA 2020 2022 6
4 ORISE Fellow CDC Data… Atla… GA 2022 2023 7
5 Evaluation Fellow CDC Work… Atla… GA 2023 2024 8
6 Consultant CVP Opio… Atla… GA 2024 2025 9
Step 4 - Ask some questions
What job experiences have I had.
What industries have I worked in?
What research have I published?
What tools have I learned with Rstudio?
Step 5 - Answer your questions with data visuals
What job experiences have I had and where were they?