cast: Cast data from long to wide format

castR Documentation

Cast data from long to wide format

Description

Pivot column data from long format to wide format.

Usage

cast(object, ...)

Arguments

object

Object.

...

Additional arguments.

Value

DataFrame.

See Also

  • https://seananderson.ca/2013/10/19/reshape/

  • reshape2::dcast (deprecated).

  • tidyr::pivot_wider.

  • Python pandas.pivot_table.

  • Python pandas.wide_to_long.

  • Python pandas.DataFrame.pivot.

Examples

showMethods("cast")

acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.