hud_feather: Write object to the _data_ directory as feather file

hud_featherR Documentation

Write object to the data directory as feather file

Description

Writes a tibble/data.frame as a feather file to the path

Usage

hud_feather(.data, path = "data", nm)

Arguments

.data

(tibble/data.frame) The object to write to feather

path

(character) A single directory path or full file path where the feather file will be saved. If only a directory is provided, the file will be named after the .data object (e.g., "Affiliation.feather"). If a filename is provided in the path (e.g., "Export.feather"), the file will be saved with that name.

nm

(character) Optional name for the file. If not provided, the name of the .data object will be used.

Value

A success message at the console


COHHIO/hud.export documentation built on Sept. 6, 2024, 1:48 a.m.