metadata_from_oai {treebase} | R Documentation |
Internal function for OAI-MPH interface to the Dryad database
Description
Internal function for OAI-MPH interface to the Dryad database
Usage
metadata_from_oai(query, curl = curl)
Arguments
query |
a properly formed url query to dryad |
curl |
if calling in series many times, call getCurlHandle() first and then pass the return value in here. Avoids repeated handshakes with server. |
See Also
[Package treebase version 0.1.5 Index]