rdf: read feather file

Description Usage Arguments Examples

View source: R/rdf.R

Description

read feather file

Usage

1
rdf(dfname, directory = here::here("feather"))

Arguments

dfname

name of the file, in quotes, without an extension

directory

directory to read from

Examples

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

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