dplyr (version 0.4.3)

frame_data: Row-wise data_frame creation

Description

Create a row-wise data_frame.

Usage

frame_data(...)

tibble(...)

Arguments

...
Arguments specifying the structure of a data_frame.

Examples

Run this code
frame_data(
  ~colA, ~colB,
  "a",   1,
  "b",   2
)

Run the code above in your browser using DataLab