.private_getter | R Documentation |
This function returns another function which is able to extract private slots. It decreases redundant code and makes class definitions easier to read.
.private_getter(slotname)
slotname |
Single string, name of private slot. |
Function that extracts the private slotname
slot from a R6 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.