df_roxygen_tpl {oaii}R Documentation

df roxygen template

Description

df roxygen template

Usage

df_roxygen_tpl(df, on_missing_col)

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

Value

Modified input data.frame


[Package oaii version 0.5.0 Index]