loadSQL: Load MySQL Table

Description Usage Arguments

Description

Loads table from EMI's MySQL database as a data frame. Must define the database name, table name, and your username and password. Selects all records of the table by default, there is an option to run a specific query to select data.

Usage

1
loadSQL(user, password, database, table, query = NULL, ...)

Arguments

user

MySQL username

password

MySQL password

database

MySQL database name

table

MySQL table name

query

query to run to select specific data. By default, selects all records from the table

...

not used


mnblonsky/REMI documentation built on May 23, 2019, 5:06 a.m.