create_data_app {explore}R Documentation

Create data app

Description

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

Usage

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

Arguments

obs

Number of observations

add_id

Add an id-variable to data?

seed

Seed for randomization (integer)

Value

A dataset as tibble

Examples

create_data_app()

[Package explore version 1.3.0 Index]