tribble()
{tibble}
create row-wise tibble
as.data.frame()
{base}
coerce object into data frame
data.frame()
create data frame
tibble()
create tibble
as_tibble()
coerce object into tibble
The end!