ba_describe.ba_locations: ba_describe.ba_locations

Description Usage Arguments Author(s) See Also Examples

Description

describe method for an object of class brapi_con, which will only display the crop, database address:port and user

Usage

1
2
## S3 method for class 'ba_locations'
ba_describe(x, ...)

Arguments

x

a brapi_locations object

...

other print parameters

Author(s)

Reinhard Simon

See Also

Other brapiutils: ba_chart.ba_genomemaps_details, ba_chart.ba_genomemaps, ba_chart.ba_locations, ba_chart, ba_describe

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
if (interactive()) {
  library(brapi)
  library(magrittr)

  ba_can_internet()

  con <- ba_db()$sweetpotatobase

  lcs <- ba_locations(con)
  lcs %>% ba_describe
}

c5sire/brapix documentation built on May 28, 2019, 4:35 p.m.