kgl_request | R Documentation |
Make requests to Kaggle's API
kgl_request(endpoint, ..., body = NULL)
endpoint |
Character. Endpoint to call. |
... |
For req_url_query(): Name-value pairs that provide query parameters. Each value must be either length-1 atomic vector or NULL (which is automatically dropped). |
body |
Send data in the request body. |
httr2 response object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.