Skip to contents

create dummy master data

Usage

create_dummy_master_data(people = 100)

Arguments

people

number of people

Value

a tibble with columns ROW_NUMBER, ID, NUM, BIN, CHAR containing `people` rows of randomly generated dummy master data.

Examples

# the values are drawn at random, so set a seed to get a fixed table
set.seed(1)
create_dummy_master_data(people = 5)
#> # A tibble: 5 × 5
#>   ROW_NUMBER    ID   NUM   BIN CHAR 
#>        <int> <dbl> <dbl> <dbl> <chr>
#> 1          1 10001 0.266     0 CA   
#> 2          2 10002 0.372     0 gN   
#> 3          3 10003 0.573     0 lU   
#> 4          4 10004 0.908     0 iz   
#> 5          5 10005 0.202     1 Nm