typr_init | R Documentation |
Create a project from a template
typr_init(template = NULL, version = NULL, dir = NULL, typst_args = NULL)
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 |
a directory, invisibly
typr_init('charged-ieee', dir = paste0(tempdir(), '/typr_example'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.