Create a row-wise data_frame.
data_frame
frame_data(...) tibble(...)
...
Arguments specifying the structure of a data_frame.
frame_data( ~colA, ~colB, "a", 1, "b", 2 )