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

Description Usage Arguments Value

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

1
2
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


jbrzusto/motus-R-package documentation built on May 18, 2019, 7:03 p.m.