write_tribble: Write data to an .R file as a tribble.

View source: R/write.R

write_tribbleR Documentation

Write data to an .R file as a tribble.

Description

Write data to an .R file as a tribble.

Usage

write_tribble(mydata, destfile = NA)

Arguments

mydata

Input data in a tibble or dataframe.

destfile

File to write. If it does not have a ".R" extension, one will be added.

Value

Returns the original data invisibly to enable piping.


Ottawa-Neighbourhood-Study/onsr documentation built on June 19, 2022, 11:46 a.m.