| demo_setup | R Documentation | 
Installs a demo system: prepares a temp RAWDATA folder and changes the options
demo_setup(
  user = "testuser",
  admin.user,
  host = "127.0.0.1",
  rawdata_root = paste(tempdir(), "SNB_demo_RAWDATA", sep = "/"),
  db = "tests",
  install.test.db = TRUE
)
| user | user | 
| admin.user | admin.user | 
| host | host | 
| rawdata_root | rawdata_root | 
| db | db | 
| install.test.db | when TRUE (the default) installs a test db | 
## Not run: 
demo_setup(install.test.db = TRUE, admin.user = 'mihai')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.