Learn R Programming

baizer (version 0.8.0)

c2r: wrapper of tibble::column_to_rownames

Description

wrapper of tibble::column_to_rownames

Usage

c2r(df, col = "")

Value

data.frame

Arguments

df

tibble

col

a col name

Examples

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

Run the code above in your browser using DataLab