mock_df: Mock a data frame

View source: R/mock.R

mock_dfR Documentation

Mock a data frame

Description

mock values for a given reference

Usage

mock_df(ref, item, n = 1000)

Arguments

ref

a valid RefGroup object

item

a valid imte present in ref

n

how many values should be created

Details

mock values for a given reference

Value

data frame containing a age, sex, and value column

Author(s)

mandy


childsds documentation built on March 18, 2022, 7:55 p.m.

Related to mock_df in childsds...