Get list of maps

ba_genomemaps(con = NULL, species = "", type = "", page = 0,
  pageSize = 30, rclass = "tibble")

Arguments

con

brapi connection object

species

character; default:

type

character, default: ''

page

integer; default 0

pageSize

integer; default 30

rclass

character; default: tibble

Value

rclass as defined

Note

This call must have set a specific identifier. The default is an empty string. If not changed to an identifier present in the database this will result in an error.

References

github

See also

Examples

if (interactive()) { library(brapi) # make sure you are connected to the internet #con <- ba_db()$sweetpotatobase #ba_genomemaps(con = con) }