iDigBio / ridigbio

ridigbio -- an R interface to iDigBio's API (see http://www.idigbio.org/)
http://idigbio.github.io/ridigbio/
Other
16 stars 10 forks source link

No way to get specimen information from a media query #12

Open mjcollin opened 9 years ago

mjcollin commented 9 years ago

When running idig_search_media(), an rq can be passed but you can't get specimen fields back since media and specimens are n to n. Also, in the data.frame format, the media field indexTerms.records is a list so it is dropped by idig_field_indexes(). So how do you get specimen data about a media record?