annovarR (version 1.0.0)

mysql.head: Show top n line of table of database in mysql database

Description

Show top n line of table of database in mysql database

Usage

mysql.head(mysql.connect.params = list(host = "", dbname = "", table.name =
  "", user = "", password = ""), n = 10, extra.sql = NULL,
  verbose = FALSE, ...)

Arguments

mysql.connect.params

Mysql parameters, [host, dbname, table.name, user, password etc.]

n

n lines will be selected

extra.sql

Extra sql statement

verbose

Ligical indicating wheather show the log message

...

Other parameters pass to dbGetQuery

Examples

Run this code
# NOT RUN {
host <- '11.11.11.1'
# }

Run the code above in your browser using DataLab