1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | % Generated by roxygen2: do not edit by hand % Please edit documentation in R/convertByAnnotationDB.R \name{queryAnnotationDBMeta} \alias{queryAnnotationDBMeta} \title{Get meta list for annotationDB files} \usage{ queryAnnotationDBMeta() } \value{ meta info in JSON } \description{ \code{createES} Function reads an rds file containing meta information of provded sqlite files for AnnotationDB } \examples{ \dontrun{ queryAnnotationDBMeta() } } |