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)

mikropml documentation built on Aug. 21, 2023, 5:10 p.m.