df_to_tribble: Convert a reactive data frame in Shiny to a tribble for...

Description Usage Arguments Value

View source: R/df_to_tribble.R

Description

Convert a reactive data frame in Shiny to a tribble for editor Mostly for use inside Shiny RStudio Addins

Usage

1
df_to_tribble(.data, .name = NULL)

Arguments

.data

A data frame to convert

.name

Optional name for tribble output

Value

Text sting that can be read as a tribble in R


ryantimpe/rspivot documentation built on May 29, 2019, 9:10 a.m.