pick_dcb: Pick Double Color Balls

View source: R/pick_dcb.R

pick_dcbR Documentation

Pick Double Color Balls

Description

Pick Double Color Balls

Usage

pick_dcb(size = 1L, verbose = TRUE)

Arguments

size

The size of sets of Super Lotto numbers to pick.

verbose

A logical value. Print the numbers picked or not.

Value

Print the numbers picked, and return the invisible balls list that stored these numbers.

Examples

pick_dcb(10)
out <- pick_dcb(10, verbose = FALSE)
out

Keng documentation built on Aug. 21, 2025, 5:55 p.m.