wf: write dataframe to feather file

Description Usage Arguments Examples

View source: R/wf.R

Description

write dataframe to feather file

Usage

1
wf(df, dfname, directory = here::here("feather"))

Arguments

df

dataframe you want to save as a feather file

dfname

name for the saved file, in quotes, without an extension

directory

directory to save file to

Examples

1
2
3
4
library(smutilities)
df <- iris
fd <- here::here("feather")
wf(df, "iris", fd)

johnfrye/fryeR documentation built on Dec. 28, 2021, 6:20 p.m.