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