r2c {baizer} | R 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")
[Package baizer version 0.8.0 Index]