details: Retrieve images and meta-data for a specific record...

Description Usage Arguments Author(s) Examples

Description

Retrieve images and meta-data for a specific record (specimen)

Usage

1
details(Symbiota.ID = 4531213)

Arguments

Symbiota.ID,

as found in output of records

Author(s)

Franz-Sebastian Krah

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
# use function records to download records; then use one of the IDs:
pic <- details(4531213)
# Look at one of the images in more detail
print(image_read(pic$urls[1])) # a rather orangeish specimen
par(mfrow = c(1,3))
plot(image_read(pic$urls[1]))
plot(image_read(pic$urls[2]))
plot(image_read(pic$urls[3]))
# Look at meta data
pic$meta

## End(Not run)

FranzKrah/rMyCoPortal documentation built on May 14, 2019, 11:11 a.m.