headTable: headTable

Description Usage Arguments

Description

A convenience function, simply a wrapper for MonetDBLite's dbGetQuery, querying the specified table for first n rows.

Usage

1
headTable(dbdir, table, n)

Arguments

dbdir

A string giving the directory (filepath + folder name) of the database to connect to. The file path must be absolute, not relative (eg no "./").

table

A string giving the name of the table in the database whose column names should be listed.

n

A number giving the first n rows of the table that should be displated.


lea-urpa/MultiGWASTools documentation built on May 24, 2019, 5:01 a.m.