addIndices: addIndices

Description Usage Arguments

Description

Connects to previously created database (currently only a MonetDBLite database created with makeDatabase) and adds indices to the database.

Usage

1
addIndices(dbdir, drop = FALSE)

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 "./").

drop

Logical indicating whether the indicies should be dropped (TRUE), otherwise the indices will be created (FALSE).


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