File: entrez_db_summary.Rd

package info (click to toggle)
r-cran-rentrez 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 460 kB
  • sloc: sh: 10; makefile: 6
file content (39 lines) | stat: -rwxr-xr-x 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/entrez_info.r
\name{entrez_db_summary}
\alias{entrez_db_summary}
\title{Retrieve summary information about an NCBI database}
\usage{
entrez_db_summary(db, config = NULL)
}
\arguments{
\item{db}{character, name of database to summaries}

\item{config}{config vector passed to \code{httr::GET}}
}
\value{
Character vector with the following data

DbName Name of database

Description Brief description of the database

Count Number of records contained in the database

MenuName Name in web-interface to EUtils

DbBuild Unique ID for current build of database

LastUpdate Date of most recent update to database
}
\description{
Retrieve summary information about an NCBI database
}
\examples{
entrez_db_summary("pubmed")
}
\seealso{
Other einfo: \code{\link{entrez_db_links}},
  \code{\link{entrez_db_searchable}},
  \code{\link{entrez_dbs}}, \code{\link{entrez_info}}
}