get_compendium: Get a compendium by a given name, None otherwise

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Get a compendium by a given name, None otherwise

Usage

1
2
3
4
get_compendium(
  url = "http://compass.fmach.it/graphql",
  species = "vitis_vinifera"
)

Arguments

url

a string: the current url for compass GraphQL endpoint

species

a string ('vitis_vinifera')

Value

a <pycompass.compendium.Compendium> object

Examples

1
vv_compendium <- get_compendium()

onertipaday/pyCOMPASSR documentation built on Feb. 27, 2020, 9 a.m.