Introduction
When I wrote this paper[1] using a collection of CSV files that had been previously submitted to the National Cancer Registration and Analysis Service I needed t write a few functions to handle the files. Things ranging from merging the CSV files to factorizing data and updating dates of death.
The dataset is in two formats - version 2 and version 3, and is fully described in published literature[2].
R Package
I proposed to the NHS R Community that we could develop this set of functions into an R package, which is now released in an alpha version at: https://gitlab.com/polc1410/sactanalyser
— Content on this website has been produced with reasonable care. However, errors can occur. Opinions change over time. Code that worked at the time of publication may no longer work. Users of all content from this site do so at their own risk.