Skip to contents

Create Shiny app server logic

Usage

define_app_server(network_object, project_path, foo_path)

Arguments

network_object

visNetwork object to be displayed in the shiny app

project_path

Path to the project directory

foo_path

path to the function folder

Value

Shiny app server logic