Skip to contents

Collect Open Malaria results into a database

Usage

readResults(expDir, dbName, dbDir = NULL, replace = FALSE)

Arguments

expDir

Database connection.

dbName

Name of the database file without extension.

dbDir

Directory of the database file. Defaults to the root directory.

replace

How to handle duplicate experiments in the database. If TRUE, any experiment with the same name will be replaced. If FALSE, a new entry with the same name will be ignored. DEPRECATED Database will always be replaced.