import_template creates a thesis template. It is a wrapper of draft.

import_template(name = "My_Thesis", template = c("ntu"))

Arguments

name

The name of the thesis project to create. Note name can't be path, i.e, name can't contain /s.

template

String. The template used. Defaults to ntu.

Examples

if (FALSE) { import_template("my-thesis") }