Skip to contents

Create new R script according to the PHS template. This function is meant to be used within RStudio by clicking on the Addins dropdown menu.

Usage

new_script()

Value

New R script created according to the PHS R project structure.

Examples

if (FALSE) { # \dontrun{
new_script()
} # }