R4DS Ch. 10

as.data.frame()

{base}

coerce object into data frame

tribble()

{tibble}

create row-wise tibble

as_tibble()

{tibble}

coerce object into tibble

tibble()

{tibble}

create tibble

data.frame()

{base}

create data frame

The end!