R/arg_conventions.R

Defines functions gen_args

Documented in gen_args

#' General Argument Convention
#'
#' @rdname gen_args
#' @param n numeric(1). Number of observations to generate. Ignored if \code{.df} is specified
#' @param .df data.frame. Partially generated data table to build upon
#' @param .db list. Named list of data.frames for use in function when scaffolding
#' @param lookup data.frame. Table of lookup values specific to the function at hand.
#' @return Not important. function is an argument template
gen_args <- function(n, .df, .db, lookup) NULL
Roche/synthetic.cdisc.data documentation built on July 13, 2022, 10:34 p.m.