Rstats

Academic Shinydashboard CV

Building an Academic CV ShinyDashboard Inspired by Prof. Mark Reed’s infographic CV (see: https://www.fasttrackimpact.com/post/2019/06/06/how-to-make-an-infographic-cv-featuring-impact-that-you-could-actually-submit-with-your-n) I decided to see if I could make a ShinyDashboard version. My first attempt can be found at: https://drmatt.shinyapps.io/AcademicCVShinyDashboard/ It still needs a lot of work to make it more visually appealling, but I think its a good starting point.

Learning R resources

Learning R: where to start Swirl (https://swirlstats.com/) I really like the swirl package in R that has several modules available for learning and understanding how R works. It leads you by the hand through straight forward courses that are carried out through the R console. There are a number of additional courses available (see: https://github.com/swirldev/swirl_courses#swirl-courses). Adventr is another package that does a similar thing - interactive tutorials, but I have not used that one.