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

character(1) sprintf placeholer for suffix

ns

character(1) sprintf placeholder for 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]