connect.artmo: Connect to ARTMO

Description Usage Arguments

Description

This function provides the core connection to the MySQL backend. By digitizing the MySQL credential and optionally the database R automatically connects to the MYSQL backend.

Usage

1
connect.artmo(user, password, host, database = NULL, getDB = F)

Arguments

user

character; MYSQL Username (default = root)

password

character; MYSQL password (default = 123456)

host

character; Host of the MySQL Server (default = localhost)

database

character; Name of the Database you would like to use. If left empty all the databases are returned.

getDB

boolean; Would you like to return the Databases available? This option is only available if the database is not specified before


mattia6690/ARTMO_R documentation built on May 31, 2019, 10:35 a.m.