import_template
creates a thesis template.
It is a wrapper of draft
.
import_template(name = "My_Thesis", template = c("ntu"))
name | The name of the thesis project to create.
Note |
---|---|
template | String. The template used. Defaults to
|
if (FALSE) { import_template("my-thesis") }