reset: Reset persisted texanshootR state

resetR Documentation

Reset persisted texanshootR state

Description

These functions remove pieces of the persistent save written under tools::R_user_dir(). They prompt for confirmation in interactive sessions; pass force = TRUE to suppress the prompt. Non-interactive sessions require force = TRUE.

Usage

reset_career(force = FALSE)

reset_achievements(force = FALSE)

reset_wardrobe(force = FALSE)

reset_all(force = FALSE)

Arguments

force

Logical. Skip the confirmation prompt.

Value

TRUE invisibly on success, FALSE if cancelled.


texanshootR documentation built on May 30, 2026, 9:11 a.m.