checkRepository: Check an existyng repository for consistency

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

rp

A repository created by createRepository.

Value

Nothing.

Examples

1
2
3
4
5
6
7
db <- loadSamplePWS()
repo_path <- file.path(tempdir(), "gep2pepTemp")

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

unlink(repo_path, TRUE)

franapoli/gep2pep documentation built on May 30, 2019, 4:34 p.m.