checkRepository {gep2pep} | R Documentation |
Check both repository data consistency (see repo_check
from
the repo
package) and specific gep2pep data consistency.
checkRepository(rp)
rp |
A repository created by |
Nothing.
db <- loadSamplePWS() db <- as.CategorizedCollection(db) repo_path <- file.path(tempdir(), "gep2pepTemp") rp <- createRepository(repo_path, db) checkRepository(rp) unlink(repo_path, TRUE)