st_files | R Documentation |
See the r_file
and output_file
arguments passed to stable()
and then
to tab_notes()
.
st_files(
x,
r = getOption("mrg.script", NULL),
output = NULL,
output_dir = getOption("pmtables.dir"),
path.type = NULL,
esc = NULL
)
x |
an stobject. |
r |
set |
output |
set |
output_dir |
directory for |
path.type |
whether to include the path to the output file in the
table notes and how to format it; options include "none", "proj", and
"raw"; see |
esc |
passed to |
library(dplyr)
ob <- st_new(ptdata())
ob %>% st_files(r = "foo.R", output = "foo.tex") %>% stable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.