fb_get_stockname: Returns the flybase stock name when the FBID number is...

View source: R/fb_get_stockname.r

fb_get_stocknameR Documentation

Returns the flybase stock name when the FBID number is provided, only one FBID number can be given at a time

Description

Returns the flybase stock name when the FBID number is provided, only one FBID number can be given at a time

Usage

fb_get_stockname(conn, fbst)

Arguments

conn

postgresql connection object, from a call to fb_connect

fbst

(character) flybase stock number

Value

single character string of the stock name

Examples

## Not run: 
conn <- fb_connect()
fb_get_stockname(conn, fbst = "FBst0000002")

## End(Not run)

ropensci/rflybase documentation built on May 18, 2022, 6:35 p.m.