quicktibble: RStudio addin to quickly build small tibbles from an existing...

Description Usage Arguments Value

View source: R/quicktibble.R

Description

RStudio addin to quickly build small tibbles from an existing data frame or array. Useful with dplyr::left_join().

Usage

1
quicktibble(.data = NULL)

Arguments

.data

Optional data to initialize the new table. If a data frame, then the selection will default to this data frame. If an array, then the input will be the array.

Value

Text sting that can be read as a tribble in R


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