print.spp: Print methods for objects of class spp_raw*.

print.sppR Documentation

Print methods for objects of class spp_raw*.

Description

Print the outputs of a Species+ API call.

Usage

## S3 method for class 'spp_raw'
print(x, ...)

## S3 method for class 'spp_raw_multi'
print(x, ...)

## S3 method for class 'spp_cites_leg'
print(x, ...)

## S3 method for class 'spp_cites_leg_multi'
print(x, ...)

## S3 method for class 'spp_distr'
print(x, ...)

## S3 method for class 'spp_distr_multi'
print(x, ...)

## S3 method for class 'spp_eu_leg'
print(x, ...)

## S3 method for class 'spp_eu_leg_multi'
print(x, ...)

## S3 method for class 'spp_refs'
print(x, ...)

## S3 method for class 'spp_refs_multi'
print(x, ...)

## S3 method for class 'spp_taxon'
print(x, ...)

Arguments

x

an object of class spp_raw*.

...

ignored.

Value

The JSON result.


ibartomeus/rcites documentation built on Feb. 26, 2023, 12:29 a.m.