st_space | R Documentation |
See the sizes
argument to stable()
and the row_space
and col_space
arguments to tab_size()
.
st_space(x, row = 1.5, col = 5)
x |
an stobject |
row |
set |
col |
set |
library(dplyr)
ob <- st_new(ptdata())
ob %>% st_space(row = 1) %>% st_make()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.