createButtonsHTML {editbl} | R Documentation |
Helper function to write HTML
Description
Helper function to write HTML
Usage
createButtonsHTML(suffix = "%1$s", ns = "%2$s")
Arguments
suffix |
|
ns |
|
Details
generate HTML as character once and reuse. Since buttons have to be generated a lot, this otherwhise slows down the app.
Value
character(1)
HTML to be filled in with sprintf
[Package editbl version 1.0.5 Index]