Learn R Programming

explore (version 1.3.4)

create_data_person: 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)

Value

A dataset as tibble

Arguments

obs

Number of observations

add_id

Add an id

seed

Seed for randomization (integer)

Examples

Run this code
create_data_person()

Run the code above in your browser using DataLab