Interactive web-application to learn R, for employees in Public Health Scotland.
These applications are hosted online and provide functionality around quizzes and interactive code chunks.
- Introduction to R - learning R from the basics, including its integration to PHS; workflow, tools, templates, and other resources.
- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-intro/
- Data Visualisation in R - building on an the Intro to R course, learn data visualisation with
ggplot2
and an introduction toplotly
.- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-dataviz/
- Introduction to Open Data - learning what open data is and how it's used in PHS, then getting interactive accessing open data using R.
- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-opendata/
- Introduction to OpenXLSX - a course providing an introduction to the
openxlsx
, used to read, write, and edit Excel files from R.- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-openxlsx/
- IRPQ) - learning the Information Requests & Parliamentary Questions process.
- Currently hosted here: https://scotland.shinyapps.io/phs-learn-irpq/
- PHS Methods - learning the internally developed R package,
phsmethods
.- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-phsmethods/
- SPSS to R - a translation course to work alongside the Introduction to R course with a focus on translating code from SPSS to R.
- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-spsstor/
- SQL in R - an introductory course for SQL with details of working with SQL and databases inside R.
- Currently hosted here: https://scotland.shinyapps.io/phs-learnr-sql/
As this is a shiny prerendered project, only certain filenames are accessible from within the app. These are outlined below:
css
- css styling scriptsimages
- images used within the appswww
- other accessible static filesdata
- data files made available for use as part of the app
Other directories:
openxlsx
- supporting files and exercises for the Introduction to OpenXLSX course
DataViz.Rmd
- RMarkdown file containing all necessary code to build app for the data viz courseIntro.Rmd
- RMarkdown file containing all necessary code to build app for the intro courseIRPQ.Rmd
- RMarkdown file containing all necessary code to build app for the IRPQ courseOpenData.Rmd
- RMarkdown file containing all necessary code to build app for the open data courseOpenXLSX.Rmd
- RMarkdown file containing all necessary code to build app for the openxlsx coursePHSMethods.Rmd
- RMarkdown file containing all necessary code to build app for the phsmethods courseSPSStoR.Rmd
- RMarkdown file containing all necessary code to build app for the SPSS to R courseSQL.Rmd
- RMarkdown file containing all necessary code to build app for the SQL in R course.gitignore
- tells git what files and folders not to track or upload to GitHubLICENSE
- MIT LicensePHS-LearnR.Proj
- R projectREADME.md
- this page