Learn R Programming

tidyfst (version 1.8.1)

t_dt: Efficient transpose of data.frame

Description

An efficient way to transpose data frames(data.frame/data.table/tibble).

Usage

t_dt(.data)

Value

A transposed data.frame

Arguments

.data

A data.frame/data.table/tibble

Details

This function would return the original data.frame structure, keeping all the row names and column names. If the row names are not available or, "V1,V2..." will be provided.

Examples

Run this code

t_dt(iris)
t_dt(mtcars)

Run the code above in your browser using DataLab