df_roxygen_tpl: df roxygen template
Description
df roxygen template
Usage
df_roxygen_tpl(df, on_missing_col)
Value
Modified input data.frame
Arguments
- df
data.frame, input data.frame
- on_missing_col
string, behavior for missing column(s):
"warn" - log warning, "skip" - skip missing column(s), "stop" - throw error