checkRepository: Check an existyng repository for consistency

Description Usage Arguments Value Examples

View source: R/gep2pep.R

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)

gep2pep documentation built on Nov. 8, 2020, 5:59 p.m.