fetch_seed: Seed Instructions Extraction

View source: R/seed.R

fetch_seedR Documentation

Seed Instructions Extraction

Description

Retrieve seed instructions from input

Usage

fetch_seed(seed = NA_integer_)

Arguments

seed

a list of elements to pass to set.seed or a single value, interpreted as an integer, or NULL. NA_integer_ or list(seed = NA_integer_) can be used to prevent 'seed' argument from being passed to set.seed. Default is NA_integer_.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.