fake_datavyu_data: Fake Datavyu data

Description Usage Arguments Details Value Examples

View source: R/exported.R

Description

This function will create fake data in the R format needed to import back into the Datavyu software

Usage

1
fake_datavyu_data(n1 = 10L, n2 = 15L)

Arguments

n1

Sample size for variable 1

n2

Sample size for variable 2

Details

The function shows how you can have either a list of columns or an actual data frame. Either way will work.

Value

List of datavyu formated data

Examples

1
my_data <- fake_datavyu_data()

iamamutt/datavyur documentation built on Dec. 20, 2021, 5:57 p.m.