Materials for Session 4.
core-r_session-04_materials.zip
download.file("https://gerkelab.github.io/core-r-course/materials/core-r_session-04_materials.zip", "core-r_session-04_materials.zip")
The following files simulate a cancer registry data export for patients with breast cancer.
Note This data is simulated with fictitious record numbers, patient information, and dates, and is intended for Moffitt staff training purposes only.
download.file("https://gerkelab.github.io/core-r-course/materials/04/CancerRegistryData.csv", "CancerRegistryData.csv")
download.file("https://gerkelab.github.io/core-r-course/materials/04/CancerRegistryData.xlsx", "CancerRegistryData.xlsx")
CancerRegistryDataPatients.csv
download.file("https://gerkelab.github.io/core-r-course/materials/04/CancerRegistryDataPatients.csv", "CancerRegistryDataPatients.csv")
CancerRegistryDataPatients.xlsx
download.file("https://gerkelab.github.io/core-r-course/materials/04/CancerRegistryDataPatients.xlsx", "CancerRegistryDataPatients.xlsx")
download.file("https://gerkelab.github.io/core-r-course/materials/04/cancer_registry_dplyr.R", "cancer_registry_dplyr.R")