jefferis / vfbr

R Package to Access the Virtual Fly Brain project API

Home Page:https://jefferis.github.io/vfbr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vfbr

Travis-CI Build Status

vfbr provides programmatic access to the virtualflybrain.org website.

Installation

Currently there isn't a released version on CRAN, but you can use the devtools [1] package to install the development version:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/vfbr")

Use

library(vfbr)

# generic SOLR queries
example(vfb_solr_query)
# queries to find terms matching a synonym
example(vfb_synonym_query)

# package help
?vfbr

[1] Note: Windows users need Rtools and devtools to install via devtools.

About

R Package to Access the Virtual Fly Brain project API

https://jefferis.github.io/vfbr


Languages

Language:R 100.0%