use_directory | R Documentation |
use_directory()
creates a directory (if it does not already exist) in the
project's top-level directory. This function powers many of the other use_
functions such as use_data()
and use_vignette()
.
use_directory(path, ignore = FALSE)
path |
Path of the directory to create, relative to the project. |
ignore |
Should the newly created file be added to |
## Not run:
use_directory("inst")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.