mat_li_comp_cols | R Documentation |
Compare list of names
mat_li_comp_cols(list_df, logi = FALSE)
list_df |
List of df |
logi |
return TRUE instead of class |
freeny_2 <- dplyr::rename(freeny, price.index2 = price.index)
li <- list(freeny, freeny_2)
mat_li_comp_cols(list =li)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.