openMotusDB: Return a src_mysql attached to the motus mysql database.

View source: R/openMotusDB.R

openMotusDBR Documentation

Return a src_mysql attached to the motus mysql database.

Description

The motus database holds batches of tag detections merged from all receiver databases. This function must be run by a user who has permissions to the mysql motus database on the local server, and whose password to that database is stored in the file ~/.secrets/motusSecrets as element "dbPasswd".

Usage

openMotusDB(dbname = "motus", host = "localhost", user = "motus",
  sock = "/var/run/mysqld/mysqld.sock")

Arguments

dbname

database name; default: "motus"

host

hostname or IP address; default: "localhost"

user

user on database; default: "motus"

sock

location of socket for database; default: "/var/run/mysqld/mysqld.sock"

Value

object of class


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.