-
Notifications
You must be signed in to change notification settings - Fork 2
/
vfbconnectr-package.Rd
32 lines (31 loc) · 1.05 KB
/
vfbconnectr-package.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vfbconnectr-package.R
\docType{package}
\name{vfbconnectr-package}
\alias{vfbconnectr}
\alias{vfbconnectr-package}
\title{vfbconnectr: An R Interface to vfb-connect to query virtualflybrain.org}
\description{
Provides an R interface to the Python package vfb-connect. 'VFB_connect' is a Python lib that wraps data / knowledgebase query endpoints and returns 'VFB_json'.
}
\details{
vfbconnectr provides a simple R wrapper (via
\code{\link{reticulate}}) for the
\href{https://pypi.org/project/vfb-connect/}{VFB_connect Python library}
that enables programmatic access to the \url{https://virtualflybrain.org}
website and associated services. VFB_connect is developed by the core VFB
team.
}
\examples{
\dontrun{
# make a VfbConnect to access the Python module
vc=VfbConnect()
}
}
\seealso{
\code{\link{VfbConnect}}, \code{\link{vc_install}}
}
\author{
\strong{Maintainer}: Gregory Jefferis \email{[email protected]} (\href{https://orcid.org/0000-0002-0587-9355}{ORCID})
}
\keyword{internal}