Skip to contents

Creates a new script with header

Usage

ic_new_r_file(filepath = "", open = TRUE)

Arguments

filepath

File to be created.

open

Logical. Defaults to TRUE

Examples

if (FALSE) {
ic_new_r_file("myfile.R")
}