#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.