openMotusDB | R Documentation |
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".
openMotusDB(dbname = "motus", host = "localhost", user = "motus",
sock = "/var/run/mysqld/mysqld.sock")
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" |
object of class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.