upload_feather: Upload data frame as feather

View source: R/httr.R

upload_featherR Documentation

Upload data frame as feather

Description

Sends a HTTP POST request with content type of application/feather where the POST body is a feathered rendering of the given data frame, x. Writes the data frame to a temporary file before uploading it. This allows for large data sets where in-memory representation consumes excessive amounts of RAM, especially at scale. Costs temporary file-system space for the duration of transfer. Utilises httr, feather and withr packages.

Usage

upload_feather(x, ...)

Arguments

x

Data frame to upload

...

Extra arguments for httr::POST


royratcliffe/canny.tudor documentation built on Oct. 17, 2022, 4:17 a.m.