r2c: wrapper of tibble::rownames_to_column

View source: R/dataframe.R

r2cR Documentation

wrapper of tibble::rownames_to_column

Description

wrapper of tibble::rownames_to_column

Usage

r2c(df, col = "")

Arguments

df

tibble

col

a col name

Value

tibble

Examples

mini_diamond %>%
  c2r("id") %>%
  r2c("id")

baizer documentation built on Oct. 19, 2023, 9:07 a.m.