Description Usage Arguments Examples
search
1  | pplr_search(proj_metadata_key, limit = 10, offset = 0, ...)
 | 
proj_metadata_key | 
 project metadata key  | 
limit | 
 number of records to return, default: 10  | 
offset | 
 record number to start at, default: first record  | 
... | 
 curl options passed on to [crul::HttpClient]  | 
1 2 3 4  | # basic example
pplr_search(proj_metadata_key = 13)
# pass in curl options for debugging, seeing http request details
pplr_search(proj_metadata_key = 13, verbose = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.