transpose_df {limonaid}R Documentation

Transpose a data frame

Description

Returns a list of lists, where each list contains a row.

Usage

transpose_df(x)

Arguments

x

The data frame.

Value

A list.

Examples

limonaid::transpose_df(
  mtcars[1:3, 1:3]
);

[Package limonaid version 25.5.5 Index]