st_span | R Documentation |
See the span
argument to stable()
. This function can be called multiple
times and will accumulate span
data.
st_span(x, ..., split = FALSE)
x |
an stobject |
... |
passed to |
split |
if |
library(dplyr)
ob <- st_new(ptdata())
ob %>% st_span("Covariates", WT:ALB) %>% st_make()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.