st_make | R Documentation |
Convert st object to table output
st_make(x, ..., .preview = FALSE, .cat = FALSE, long = FALSE)
x |
an stobject |
... |
other arguments passed to |
.preview |
if |
.cat |
if |
long |
render as longtable |
The latex code for the table.
library(dplyr)
ob <- st_new(ptdata())
st_make(ob)
st_make(ob, .cat = TRUE)
## Not run:
st_make(ob, .preview = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.