get_interaction_types {rglobi} | R Documentation |
List interactions identified in GloBI database
Description
Returns data frame with supported interaction types
Usage
get_interaction_types(opts = list(), read_csv = read_csv_online)
Arguments
opts |
list of named options to configure GloBI API |
read_csv |
function used to find csv associated to query url, defaulting to online query method |
Value
Returns data frame of supported interaction types
See Also
Other interactions:
get_interaction_matrix()
,
get_interactions_by_taxa()
,
get_interactions_by_type()
,
get_interactions()
,
get_predators_of()
,
get_prey_of()
Examples
get_interaction_types()
[Package rglobi version 0.3.4 Index]