data_frame_()
, lst_()
, frame_data()
, as_tibble(validate = )
, as_tibble(NULL)
, new_tibble(subclass = )
, add_row()
and add_column()
for non-data-frame input, add_column()
for input with non-unique names, and corner cases for tbl[[x]]
#1515