.fullName | R Documentation |
Get panel names
.fullName(x)
.getEncodedName(x)
.getFullName(x)
x |
An instance of a Panel class. |
The encoded name is used internally as the name of various fields in input
, output
and reactive lists.
The full name is what should be shown in the interface and visible to the end-user.
For .getEncodedName
, a string containing the encoded panel name of x
.
For .fullName
, a string containing the full (plain-English) name of the class.
For .getFullName
, a string containing the full name of x
.
Aaron Lun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.