ll_setup_gui | R Documentation |
Sets up the necessary files for launching the user interface in the target folder. Keeps sensitive authentication information separate from the app launch script and allows for easy running of the gui via runApp
or deployment as a server application (e.g. on shinyapps.io). IMPORTANT: never add the created credentials.R
file to any publically accessible shared folder or github repository - the database and particle account information you have stored there could be compromised!
ll_setup_gui(dir, overwrite = FALSE)
dir |
the directory where to create the launch scripts (absolute path or relative to your current working directory) |
overwrite |
whether to overwrite existing launch files (default is FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.