saveFeather: Save R object in Apache Arrow feather file.

View source: R/pythonio.R

saveFeatherR Documentation

Save R object in Apache Arrow feather file.

Description

Save R object in Apache Arrow feather file.

Usage

saveFeather(object, task, type, subdir = NULL, dirCreate = TRUE)

Arguments

object

data.frame to serialize.

task

Object of class D4TAlinkTask, as created by initTask.

type

Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext]

subdir

(optional) Subdirectory.

dirCreate

Logical, if TRUE (by default) the directory is created.

Value

the file name invisibly.


D4TAlink.light documentation built on April 4, 2025, 1:02 a.m.