build_scaledic_skeleton: Build a dictionary file template

View source: R/build_scaledic_skeleton.R

build_scaledic_skeletonR Documentation

Build a dictionary file template

Description

Build a dictionary file template

Usage

build_scaledic_skeleton(filename = "dic_template.xlsx", nrows = 0)

Arguments

filename

Character string. Default is 'dic_template.xlsx'

nrows

Number of empty rows added to data frame.

Value

When 'filename' is not empty, it writes an Excel file with an empty template of a dic file. When 'filename' is NA, returns a data frame.

Examples

build_scaledic_skeleton(NA, nrows = 3)

jazznbass/scaledic documentation built on April 12, 2025, 1:31 p.m.