run_app: Run the Shiny Application

Description Usage Arguments

View source: R/run_app.R

Description

Run the Shiny Application

Usage

1
run_app(mongo_url, config_file = getOption("emdash.config_file"), ...)

Arguments

mongo_url

address of the emisison mongodb server in mongo connection string [URI format](https://docs.mongodb.com/manual/reference/connection-string/). Default as 'mongodb://localhost:27017'. If you are using the emdash docker container then this is set to 'mongodb://host.docker.internal:27017', however this may not work on Linux. If you are using Linux or Docker version prior to 18.03 you need to find the gateway ip of your Docker to connect to the database.

config_file

path and file name of the YAML configuration file. By default, it uses getOption("emdash.config_file"), which is 'NULL' if empty.

...

A series of options to be used inside the app.


asiripanich/emdash documentation built on Sept. 23, 2021, 7:20 p.m.