Learn R Programming

baizer (version 0.8.0)

r2c: wrapper of tibble::rownames_to_column

Description

wrapper of tibble::rownames_to_column

Usage

r2c(df, col = "")

Value

tibble

Arguments

df

tibble

col

a col name

Examples

Run this code
mini_diamond %>%
  c2r("id") %>%
  r2c("id")

Run the code above in your browser using DataLab