taxize (version 0.9.91)

col_search_paginate: col_search wrapper to iterate to get more than default results

Description

col_search wrapper to iterate to get more than default results

Usage

col_search_paginate(name = NULL, id = NULL, start = NULL,
  checklist = NULL, response = "terse", ...)

Arguments

name

The string to search for. Only exact matches found the name given will be returned, unless one or wildcards are included in the search string. An * (asterisk) character denotes a wildcard; a percent character may also be used. The name must be at least 3 characters long, not counting wildcard characters.

id

The record ID of the specific record to return (only for scientific names of species or infraspecific taxa)

start

The first record to return. If omitted, the results are returned from the first record (start=0). This is useful if the total number of results is larger than the maximum number of results returned by a single Web service query (currently the maximum number of results returned by a single query is 500 for terse queries and 50 for full queries).

checklist

The year of the checklist to query, if you want a specific year's checklist instead of the lastest as default (numeric). Options include 2007 to whatever the current year is. By default, the current year is used. Using 2014 and older we only give back an XML object the user can parse on their own

response

(character) one of "terse" or "full"

...

Curl options passed on to crul::HttpClient

Examples

Run this code
# NOT RUN {
# col_search_paginate(name = "Poa", response = "full")
# }

Run the code above in your browser using DataLab