#'Create Patient File
#'
#'Binds all patient of a certain cancer into one large data file
#'
#'@return None
#'
#'@export
createPatientFile<-function(){
system('paste * > patientFile')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.