Blueprinting

Functions related to blueprinting

blueprint() is_blueprint()

Blueprint a Dataset

bp_where()

Blueprint based on a condition

Utilities

Useful assorted functions

logit() invlogit()

The logit and inverse logit functions

is_wholenumber()

Check if a Number is Whole

Seeds and n

functions for manipulating the seed and n

gen_seed() set_seed() fix_seed() with_seed() pull_seed()

Random Seed Defining Functions

set_n() get_n()

Set and Get the Default Value for n

default_n() blueprint_n() tibble_n() dplyr_n() args_n()

Find the Default Value for n in Context

Arbitrary Distribution Functions

Distribution Functions for Arbitrary Distributions

r_cdf()

Generate Random Numbers Based on an arbitrary CDF

Simple Distribution Functions

rando simple extensions of the built-in functions

r_bern()

Generate Bernoulli Distributed Values

r_letters() r_LETTERS() r_Letters()

Generate Random Letters

r_lgl()

Generate Logical Values

r_matrix()

Generate a random Matrix

Built-in Distribution Functions

rando versions of the built-in R random number generators

r_beta()

Generate Beta Distributed Values

r_binom()

Generate Binomial Distributed Values

r_cauchy()

Generate Cauchy Distributed Values

r_chisq()

Generate Chi-Squared Distributed Values

r_exp()

Generate Exponentially Distributed Values

r_fdist()

Generate F Distributed Values

r_gamma()

Generate Gamma Distributed Values

r_geom()

Generate Geometric Distributed Values

r_hyper()

Generate Hypergeometric Distributed Values

r_lnorm()

Generate Log Normal Distributed Values

r_nbinom()

Generate Negative Binomial Distributed Values

r_norm()

Generate Normally Distributed Values

r_pois()

Generate Poisson Distributed Values

r_sample()

Generate Random Sample

r_tdist()

Generate T Distributed Values

r_unif()

Generate Uniformly Distributed Values

r_weibull()

Generate Weibull Distributed Values

Evaluation

Functions relating to the evaluation of expression

as_function()

Convert to function

extract_dots()

Extract the ellipsis inside a function

match.call2()

Alternate Parametrisation of match.call()

null_switch()

Evaluate Expressions until not NULL