generate_test_data: Generate deterministic mixed-column test data

View source: R/generate_test_data.R

generate_test_dataR Documentation

Generate deterministic mixed-column test data

Description

Creates a small deterministic data frame with string, numeric, and integer columns. The numeric and integer columns combine seeded random noise with a mild linear trend so downstream smoke tests exercise both repetition and variation.

Usage

generate_test_data(nrows, seed = 1L)

Arguments

nrows

Number of rows to generate.

seed

Integer seed used to make the output reproducible.

Value

A data frame with columns string, numeric, and int.


qs2 documentation built on April 22, 2026, 9:07 a.m.