quick_start {easysurv} | R Documentation |
This function launches an example script for starting survival analysis
using the easysurv package. The script uses a modified version of the
lung data set exported from the survival package. The code is inspired by
usethis::use_template()
but modified to work outside the context of
an .RProj or package.
quick_start(output_file_name = NULL)
output_file_name |
Optional. A file name to use for the script. Defaults to "easysurv_start.R" within a helper function. |
A new R script file with example code.
quick_start()