I have the following dataframe, which is the output of read_excel with missing column names in excel:
read_excel
t <- tibble(A=rnorm(3), B=rnorm(3), &quo