R/reflow_preview.R
reflow_preview.Rd
Opens an HTML preview in the RStudio viewer (or browser) showing color swatches, the scheme icon, and the navbar gradient.
reflow_preview(scheme = "basic")
Character. Scheme name (e.g., "clinical").
"clinical"
Invisibly returns the scheme list.
if (FALSE) { # \dontrun{ reflow_preview("clinical") reflow_preview("basic") } # }