ll_setup_gui: Setup the user interface app

View source: R/app_setup.R

ll_setup_guiR Documentation

Setup the user interface app

Description

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!

Usage

ll_setup_gui(dir, overwrite = FALSE)

Arguments

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)


KopfLab/lablogger documentation built on July 6, 2023, 12:03 a.m.