krsp_dashboard: Launch the Shiny Squirrels dashboard

Description Usage Arguments Examples

View source: R/krsp-dashboard.r

Description

This Shiny app requires a connection to the KRSP database, which can be accomplished in one of two ways. Either using using location to choose one of the predefined connection settings or by setting the database name, host, username, and password directly.

Usage

1
2
krsp_dashboard(location, dbname = "krsp", host = "localhost",
  username = "root", password = "")

Arguments

location

string; choose one of the predefined database connection settings. "local" will connect to a local copy of the database as root user with no password. "camp" is to be used at camp to connect to the database on the head tech computer over the local network. If location is set, then all other parameters are ignored.

dbname

string; the name of the database to connect to, typically "krsp".

host

string; the IP address of the computer hosting the database.

username

string; username for connection.

password

string; password for connection.

Examples

1
2
3
4
## Not run: 
krsp_dashboard()

## End(Not run)

mstrimas/krsp documentation built on May 23, 2019, 8:16 a.m.