setWidgetIdSeed {htmlwidgets} | R Documentation |
Set the random seed for widget element ids
Description
Set a random seed for generating widget element ids. Calling this function rather than relying on the default behavior ensures stable widget ids across sessions.
Usage
setWidgetIdSeed(seed, kind = NULL, normal.kind = NULL)
Arguments
seed |
a single value, interpreted as an integer, or |
kind |
character or |
normal.kind |
character string or |
[Package htmlwidgets version 1.6.4 Index]