vfbconnectr: An R Interface to vfb-connect to query virtualflybrain.org
Source:R/vfbconnectr-package.R
vfbconnectr-package.Rd
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
reticulate
) for the
VFB_connect Python library
that enables programmatic access to the https://virtualflybrain.org
website and associated services. VFB_connect is developed by the core VFB
team.
Author
Maintainer: Gregory Jefferis jefferis@gmail.com (ORCID)
Examples
if (FALSE) { # \dontrun{
# make a VfbConnect to access the Python module
vc=VfbConnect()
} # }