create_data_esoteric: Create data esoteric

View source: R/create-data.R

create_data_esotericR Documentation

Create data esoteric

Description

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

Usage

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

Arguments

obs

Number of observations

add_id

Add an id-variable to data?

seed

Seed for randomization

Details

Variables in dataset:

  • id = Identifier

  • starsign = random starsign

  • chinese = random chinese zodiac

  • moon = random moon phase

  • blood = random blood type

  • fingers_crossed = random fingers crossed (1 = yes, 0 = no)

  • success = random success (1 = yes, 0 = no)

Value

A dataset as tibble

Examples

create_data_esoteric(obs = 100)

rolkra/explore documentation built on April 17, 2024, 10:58 p.m.