Learn R Programming

baizer (version 0.8.0)

gen_tb: generate tibbles

Description

generate tibbles

Usage

gen_tb(nrow = 3, ncol = 4, fill = "float", colnames = NULL, seed = NULL, ...)

Value

tibble

Arguments

nrow

number of rows

ncol

number of columns

fill

fill by, one of float, int, char, str

colnames

names of columns

seed

random seed

...

parameters of rnorm, gen_char, gen_str

Examples

Run this code
gen_tb()

gen_tb(fill = "str", nrow = 3, ncol = 4, len = 3)

Run the code above in your browser using DataLab