filename_gen: Auxiliar function to generate a filename following a pattern

View source: R/misc.R

filename_genR Documentation

Auxiliar function to generate a filename following a pattern

Description

Auxiliar function to generate a filename following a pattern

Usage

filename_gen(
  folder = "plots",
  pattern = "plot",
  ext = "png",
  npad = 3,
  verbose = TRUE
)

Arguments

folder

.

pattern

.

ext

.

npad

.

verbose

npad .


jbkunst/jbkverse documentation built on June 2, 2022, 10:36 p.m.