try_seed: try_seed

View source: R/general_utils.R

try_seedR Documentation

try_seed

Description

Repeat an R expression a certain number of times with a random seed. Each iteration is self-paced by pressing a key. The random seed is printed along with the result of the

Usage

try_seed(expr, maxrun = 100, digits = 4)

Arguments

expr

an R expression

maxrun

the maximum number of iterations

digits

the number of digits for the random seed


filippogambarota/filor documentation built on July 3, 2025, 8:39 p.m.