Description Usage Arguments Value References See Also Examples
List the set structure of the Pangaea repository
1 | pg_list_sets(token = NULL, as = "df", ...)
|
token |
(character) a token previously provided by the server to resume a request where it last left off. 50 is max number of records returned. We will loop for you internally to get all the records you asked for. |
as |
(character) What to return. One of "df" (for data.frame; default), "list", or "raw" (raw text) |
... |
Curl debugging options passed on to |
XML character string, data.frame, or list, depending on what
requested with the as
parameter
wraps oai::list_sets()
Other oai methods:
pg_get_record()
,
pg_identify()
,
pg_list_identifiers()
,
pg_list_metadata_formats()
,
pg_list_records()
1 2 3 4 5 6 | ## Not run:
pg_list_sets()
pg_list_sets(as = "list")
pg_list_sets(as = "raw")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.