Reads the scheme-specific SVG icon from the package's inst/icons/
directory and returns it as a base64-encoded data URI suitable for
embedding in HTML.
Examples
# \donttest{
uri <- reflow_icon_base64("clinical")
nchar(uri)
#> [1] 438
# }
Reads the scheme-specific SVG icon from the package's inst/icons/
directory and returns it as a base64-encoded data URI suitable for
embedding in HTML.
# \donttest{
uri <- reflow_icon_base64("clinical")
nchar(uri)
#> [1] 438
# }