padded_names: Sequence of variable names, all with the same length

View source: R/one_liners.R

padded_namesR Documentation

Sequence of variable names, all with the same length

Description

Sequence of variable names, all with the same length

Usage

padded_names(prefix, p)

Arguments

prefix

Prefix of the variable names

p

Number of variables

Examples

paste0("X", 1:10)
padded_names("X", 10)

kevinwang09/KW documentation built on Aug. 20, 2022, 7:06 p.m.