##create template without file creation
write_InputTemplate()
if (FALSE) {
##Example with file output
## set temporary filename
## (replace by own path if needed)
temp_file <- tempfile(pattern = "template", fileext = ".csv")
write_InputTemplate(file = temp_file)
}
Run the code above in your browser using DataLab