create_data: Create data

Description Usage Arguments Details Value Examples

View source: R/create_data.r

Description

Generate simulated dataset that can be used for testing and reproducible examples.

Usage

1
  create_data(n = 1000)

Arguments

n

Number of observations to be simulated

Details

The function create_data generates a data.frame with n rows (defaults to 1,000) and the following 13 columns:

Value

data.frame or tibble (when package tibble is available) with n rows and 13 columns.

Examples

1
2

ha-pu/supportR documentation built on Sept. 13, 2020, 5:52 p.m.