names
01 Syntax
SMRUCC.Rsharp.Runtime.Internal.Object.names
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| uniqueNames | 1 | Make unique names |
| setNames | 1 | |
| getRowNames | 1 | try to get the dataframe rownames |
| makeNames | 1 | |
| uniqueNames | 1 | |
| getNames | 1 | |
| setRowNames | 1 | |
| getColNames | 1 | |
| setColNames | 1 |
03 Members
uniqueNames``1(
IEnumerable(Of ``0))Make unique names
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
data | IEnumerable(Of ``0) | - |
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | target R# runtime object that could be set names |
names | Array | This method will ensure that the value is a string vector |
env | Environment | - |
getRowNames(
Object, Environment)try to get the dataframe rownames
Parameters
| Name | Type | Description |
|---|---|---|
[object] | Object | - |
envir | Environment | - |
makeNames(
IEnumerable(Of String), Boolean, Boolean)uniqueNames(
IEnumerable(Of T))getNames(
Object, Environment)getColNames(
Object, Environment)