Description Usage Arguments Value Author(s) Examples
This function returns a data frame with information on locally installed, supported or custom, annotations.
1 | getInstalledAnnotations(obj = NULL)
|
obj |
|
The function returns a data.frame
object with
the installed local annotations.
Panagiotis Moulos
1 2 3 4 | db <- file.path(system.file(package="recoup"),
"annotation.sqlite")
if (file.exists(db))
ig <- getInstalledAnnotations(obj=db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.