get_new_output_dv: Increment a new output folder date-version

View source: R/utils_io.R

get_new_output_dvR Documentation

Increment a new output folder date-version

Description

Return on the date-version, not the full path. Does not create a folder.

Usage

get_new_output_dv(root, date = "today")

Arguments

root

[chr] path to root of output results

date

[chr] character date in form of "YYYY_MM_DD" or "today". "today" will be interpreted as today's date.

Value

[dbl] new output version of the form "YYYY_MM_DD.VV"

Examples

get_new_output_dv(root = tempdir(), date = "today")

epi-sam/SamsElves documentation built on June 12, 2025, 7 a.m.