Learn R Programming

pguIMP (version 0.0.0.3)

transposeTibble: transposeTibble

Description

Transposes a tibble This object is used by the shiny based gui and is not for use in individual R-scripts!

Usage

transposeTibble(obj = "tbl_df")

Arguments

obj

The data frame to be transposed. (numeric)

Value

The transposed data frame. (tibble:tibble)