R/transpose_df.R

#' @export

transpose_df <- function(df) {
  df %>%
    t() %>%
    as_tibble()
}
trendlock/brush documentation built on May 29, 2019, 2:52 p.m.