Description Usage Arguments Examples
Set notes folder environment variables
1 | set_notes_folder_path(folder.path, folder.name)
|
folder.path |
absolute or relative path for the location notes folder. Default value is the current working directory. |
folder.name |
name of the folder. Default value is |
1 2 3 4 5 6 7 | ## Not run:
## Set folder path in home directory:
set_notes_folder_path(Sys.getenv("HOME"), "shiny-notes")
## Use a temporary directory for folder path:
set_notes_folder_path(folder.path = tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.