setup | R Documentation |
This function initializes an instance of TGVE for permanent use compared with what tgve_server which relies on a 'tempdir' based instance. It requires a path.
setup(path = NULL, create = TRUE)
path |
Character URI to copy tgve instance in. |
create |
Boolean to create new directory at path, defaults to 'TRUE'. |
no value returned
{ p = file.path(tempdir(), "tgve") setup(p) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.