Create a JS string with glue insertions glue .open = !@ & .close = @#
glue_js.RdCreate a JS string with glue insertions
glue .open = !@ & .close = @#
Usage
glue_js(
js,
as_chr = FALSE,
e = rlang::caller_env(),
.open = "*{",
.close = "}*"
)Arguments
- js
chrJS code to glue- as_chr
lglWhether to useas_json the outputFALSEor as.characterTRUE. Default FALSE- e
envcalling environment
See also
Other shiny:
as_js(),
nm_to_id(),
path_strip_shiny(),
path_strip_to(),
read_js(),
shiny_error_recover(),
strip_html()