kgl_request: Make requests to Kaggle's API

View source: R/api.R

kgl_requestR Documentation

Make requests to Kaggle's API

Description

Make requests to Kaggle's API

Usage

kgl_request(endpoint, ..., body = NULL)

Arguments

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.

Value

httr2 response object.


KoderKow/kaggler documentation built on Aug. 26, 2023, 11:27 a.m.