dettl_new | R Documentation |
Create new directory and templated code for new dettl process.
dettl_new(name)
name |
The name of the project directory to be created. Should be human readable and meaningful. Any non a-z,0-9,_ characters will be stripped and replaced with _s. Directory name will be prepended with created date. |
t <- tempfile() dir.create(t) withr::with_dir(t, { dettl::dettl_new("test import") })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.