f_manip_transpose_tibble: transpose a tibble

Description Usage Arguments Value Examples

Description

transpose a tibble, values in first column will become column titles. Row names will be converted to first columns

Usage

1

Arguments

tib

tibble

Value

tibble

Examples

1
2
3
4
tib = mtcars %>%
  as_tibble() %>%
  f_manip_transpose_tibble()
tib

erblast/oetteR documentation built on May 27, 2019, 12:11 p.m.