Skip to content

Training around data wrangling following on from NHS-R community introduction to R and R studio

License

Notifications You must be signed in to change notification settings

LynHUK/intermediate_R_course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intermediate R Training

Developed by NHSE in colloboration with NHSR community

About the Project

status: experimental

This repository holds code training course.

Note: Only public or fake data are shared in this repository.

Project Stucture

  • The main code is found in the root of the repository (see Usage below for more information)

Built With

[R Studio](RStudio Team (2020). RStudio: Integrated Development for R. RStudio, PBC, Boston, MA URL http://www.rstudio.com/.)
[R Statistical Software]( R Core Team (2018). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL https://www.R-project.org/.)

library(tidyverse) library(janitor) library(zoo) library(NHSRplotthedots) library(NHSRdatasets)

Getting Started

Installation

To get a local copy up and running follow these simple steps.

To clone the repo:

Usage

Script is all self contained and pulls data from the library NHSRdatasets

Outputs

???????????No outputs are produced beyond console results

Datasets

Psuedo data from the library NHSRdatasets

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

See CONTRIBUTING.md for detailed guidance.

License

Unless stated otherwise, the codebase is released under the MIT Licence. This covers both the codebase and any sample code in the documentation.

See LICENSE for more information.

The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

Contact

Lyn Howard

To find out more, get in touch at Lyn.Howard.

About

Training around data wrangling following on from NHS-R community introduction to R and R studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 70.6%
  • JavaScript 15.7%
  • HTML 13.7%