ImportTitcoMySQL: Import titco study data from mysql server

Description Usage Arguments

View source: R/ImportTitcoMySQL.R

Description

Imports the titco study data from a mysql server, if no arguments are set, defaults to mangrove SSH tunnel-configuration.

Usage

1
2
3
4
ImportTitcoMySQL(mysql.server.name = "127.0.0.1",
  mysql.server.port = 3307, mysql.database = "TITCO",
  mysql.username = "titco", mysql.password = "mangrovetitco",
  mysql.titco.table = "titco")

Arguments

mysql.server.name

Character vector of length 1. The hostname or IP of the mysql-server, defaults to 127.0.0.1.

mysql.server.port

Integer. The port of mysql-server, defaults is 3307.

mysql.database

Character vector of length 1. The name of the database, defaults to TITCO

mysql.username

Character vector of length 1. The username for the database, defaults to titco.

mysql.password

Character vector of length 1. Password for db access, defaults to mangrovetitco

mysql.titco.table

Character vector of length 1. The mysql table name, defaults to titco. To use the smaller sample data set, set this to titco_sample


martingerdin/bengaltiger documentation built on Feb. 29, 2020, 4:46 p.m.