Description Usage Arguments Value References
Submits get requests to the Harvest API v2 with retry functionality. Errors are messaged to the execution environment and set to NULL allowing user-facing function returns to provide data frame output.
1  | 
url | 
 Character url of the get request.  | 
user | 
 Character account number (e.g. user = '12345') for authentication. Register at Harvest Developers.  | 
key | 
 Character key (e.g. key = 'Bearer <secret key>') for API authentication. Register at Harvest Developers.  | 
... | 
 Additional arguments, potentially passed to other functions - see details in get_table  | 
contents of the API response
Set up your API key Read the Harvest API v2 documentation Read the httr documentation Refer to curl documentation for more http_version options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.