rownames: Dealing with rownames

Description Usage Arguments Details Examples

Description

Dealing with rownames

Usage

1
2
3
un_rownames(x)

std_rownames(x, rowname = NULL)

Arguments

x

data.frame.

rowname

the column name for the rownames. Default value is .rowname.

Details

  1. un_row_names removes the row names of a data.frame.

  2. std_row_names standardizes row names. In other words, it removes them and attaches as a new column into a new data.frame.

Examples

1
2

strboul/mmy documentation built on Sept. 24, 2021, 12:08 p.m.