Description Usage Arguments Value Examples
Check both repository data consistency (see repo_check
from
the repo
package) and specific gep2pep data consistency.
1 | checkRepository(rp)
|
rp |
A repository created by |
Nothing.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.