powered by
data_frame
frame_data(...)tibble(...)
tibble(...)
tbl_df
frame_data( ~colA, ~colB, "a", 1, "b", 2, "c", 3 ) # frame_data will create a list column if the value in each cell is # not a scalar frame_data( ~x, ~y, "a", 1:3, "b", 4:6 )
Run the code above in your browser using DataLab