Description Usage Arguments Examples
View source: R/make_header_template.R
Creates a header file template for header recoding
1 | make_header_template(x, path, ...)
|
x |
a tbl() to from which to create the template |
path |
the path to save the template into |
... |
additional variables passed to openxlsx::write.xlsx or to readr::write_excel_csv |
1 2 | mtcars %>% make_header_template(path = "mtcar_headers.csv")
mtcars %>% make_header_template(path = "mtcar_headers.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.