termco
termco copied to clipboard
tag_cols results in print error
should be
tag_cols <-function (x, ...){
tibble::as_tibble(x[tag_names(x)])
}