check_seed: check that the seed is either NA or a number

View source: R/checks.R

check_seedR Documentation

check that the seed is either NA or a number

Description

check that the seed is either NA or a number

Usage

check_seed(seed)

Arguments

seed

random seed

Author(s)

Kelly Sovacool, sovacool@umich.edu

Examples

## Not run: 
check_seed(2019)
check_seed(NULL)

## End(Not run)

SchlossLab/mikropml documentation built on Aug. 24, 2023, 9:51 p.m.