Learn R Programming

editbl (version 1.3.0)

createCloneButtonHTML_shiny: Helper function to write HTML

Description

Helper function to write HTML

Usage

createCloneButtonHTML_shiny(ns = "%1$s", suffix = "%2$s", disabled = FALSE)

Arguments

ns

character(1) namespace

suffix

character(1) id of the row

disabled

logical(1) wether or not the button has to be disabled

Details

only to be used interactively. sprintf() implementation is faster.

See Also

createCloneButtonHTML