st_noteconf | R Documentation |
See the note_config
argument passed to stable()
and then to
tab_notes()
.
st_noteconf(x, ...)
st_notes_conf(x, ...)
x |
an stobject. |
... |
named arguments passed to |
library(dplyr)
ob <- st_new(ptdata())
ob %>%
st_notes("ALB: albumin (g/dL)") %>%
st_noteconf(type = "minipage") %>%
st_make()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.