column_to_row {shiny.i18n} | R Documentation |
Column to row
Description
Returns the same data.frame where one column is a rowname now.
Usage
column_to_row(data, colname)
Arguments
data |
data.frame with data |
colname |
character with column name |
Value
data.frame with one column less
[Package shiny.i18n version 0.3.0 Index]