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.
generate_test_data(nrows, seed = 1L)A data frame with columns string, numeric, and int.
Number of rows to generate.
Integer seed used to make the output reproducible.