checkRepository {gep2pep}R Documentation

Check an existyng repository for consistency

Description

Check both repository data consistency (see repo_check from the repo package) and specific gep2pep data consistency.

Usage

checkRepository(rp)

Arguments

rp

A repository created by createRepository.

Value

Nothing.

Examples

db <- loadSamplePWS()
repo_path <- file.path(tempdir(), "gep2pepTemp")

rp <- createRepository(repo_path, db)
checkRepository(rp)

unlink(repo_path, TRUE)

[Package gep2pep version 1.6.0 Index]