dot-fonte: A simple implementation of to pivot_longer of tidyr

.fonteR Documentation

A simple implementation of to pivot_longer of tidyr

Description

A simple implementation of to pivot_longer of tidyr

Usage

.fonte(df, names_to, values_to)

Arguments

df

A data frame to pivot.

names_to

A string specifying the name of the column to create from the data stored in the column names of df.

values_to

A string specifying the name of the column to create from the data stored in cell values.

Value

The data frame with a "lengthens" shape: more rows, less columns


rbioacc documentation built on Sept. 21, 2023, 5:06 p.m.