An R6 class and a constructor function for the creation of widgets that can be used to manipulate integer numbers.

IntWidget(value, ...)

Arguments

value

The integer value.

...

Other arguments, passed to the superclass initializer.

Details

The function IntWidget creates objects of the R6 Class "IntWidgetClass", which in turn have the S3 class attribute "IntWidget".

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> IntWidget

Public fields

value

A Integer traitlet.