create_data_person: Create data person

View source: R/create-data.R

create_data_personR Documentation

Create data person

Description

Artificial data that can be used for unit-testing or teaching

Usage

create_data_person(obs = 1000, add_id = FALSE, seed = 123)

Arguments

obs

Number of observations

add_id

Add an id

seed

Seed for randomization (integer)

Value

A dataset as tibble

Examples

create_data_person()

explore documentation built on Oct. 11, 2023, 9:07 a.m.