set_start_date: Set and persist the start date

View source: R/config.R

set_start_dateR Documentation

Set and persist the start date

Description

Saves the provided ISO 8601 start date to the config file.

Usage

set_start_date(start_date)

Arguments

start_date

Date in ISO 8601 UTC format, e.g., "2025-06-25T00:00:00Z"

Value

A logical scalar (TRUE), returned invisibly, indicating that the start date was saved and persisted successfully.


valdr documentation built on Aug. 8, 2025, 7:34 p.m.

Related to set_start_date in valdr...