nuget server logo nuget api documents
↑

API Docs / REnv / names

names

Full name SMRUCC.Rsharp.Runtime.Internal.Object.names Assembly REnv Members 9

01 Syntax

SMRUCC.Rsharp.Runtime.Internal.Object.names

02 Methods

NameOverloadsSummary
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

method uniqueNames #
uniqueNames``1(IEnumerable(Of ``0))

Make unique names

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
dataIEnumerable(Of ``0)

-

method setNames #
setNames(Object, Array, Environment)
Parameters
NameTypeDescription
objectObject

target R# runtime object that could be set names

namesArray

This method will ensure that the value is a string vector

envEnvironment

-

method getRowNames #
getRowNames(Object, Environment)

try to get the dataframe rownames

Parameters
NameTypeDescription
[object]Object

-

envirEnvironment

-

method makeNames #
makeNames(IEnumerable(Of String), Boolean, Boolean)
method uniqueNames #
uniqueNames(IEnumerable(Of T))
method getNames #
getNames(Object, Environment)
method setRowNames #
setRowNames(Object, Array, Environment)
method getColNames #
getColNames(Object, Environment)
method setColNames #
setColNames(Object, Array, Environment)