typr_init {typr} | R Documentation |
Create a project from a template
Description
Create a project from a template
Usage
typr_init(template = NULL, version = NULL, dir = NULL, typst_args = NULL)
Arguments
template |
a template to use, can be local or on Typst Universe. If the
string does not specify |
version |
a version string, e.g. |
dir |
The project directory |
typst_args |
Additional arguments to pass to Typst. Can be listed with |
Value
a directory, invisibly
Examples
typr_init('charged-ieee', dir = paste0(tempdir(), '/typr_example'))
[Package typr version 0.0.3 Index]