write_tribble | R Documentation |
Write data to an .R file as a tribble.
write_tribble(mydata, destfile = NA)
mydata |
Input data in a tibble or dataframe. |
destfile |
File to write. If it does not have a ".R" extension, one will be added. |
Returns the original data invisibly to enable piping.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.