make_header_template: Creates a header file template for header recoding

Description Usage Arguments Examples

View source: R/make_header_template.R

Description

Creates a header file template for header recoding

Usage

1

Arguments

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

Examples

1
2
mtcars %>% make_header_template(path = "mtcar_headers.csv")
mtcars %>% make_header_template(path = "mtcar_headers.xlsx")

sarid-ins/saridr documentation built on Nov. 10, 2020, 9:07 p.m.