special_vector: Wrapper that allows generating a special type vectors

View source: R/vectors.R

special_vectorR Documentation

Wrapper that allows generating a special type vectors

Description

Wrapper that allows generating a special type vectors

Usage

special_vector(size, type, configuration)

Arguments

size

integer, vector length

type

type of vector, one of: "id", "distribution"

configuration

list of arguments required by vector function

Examples

special_vector(10, "id", list(start = 3))

fixtuRes documentation built on March 18, 2022, 6:13 p.m.