Skip to content

Instantly share code, notes, and snippets.

@zappingseb
Created July 16, 2019 07:39
Show Gist options
  • Save zappingseb/b7a007e57c85d29c78d48b0965b1e366 to your computer and use it in GitHub Desktop.
Save zappingseb/b7a007e57c85d29c78d48b0965b1e366 to your computer and use it in GitHub Desktop.
Data code for reproducible app
data_code <- quote({
# Patient listing
pat_data <- ...
# Days where Overall Survival (OS), Event free survival (EFS) and Progression Free Survival (PFS) happened
event_data <- ...
})
eval(data_code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment