df_roxygen_tpl: df roxygen template

View source: R/df.R

df_roxygen_tplR 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


oaii documentation built on May 29, 2024, 5:25 a.m.

Related to df_roxygen_tpl in oaii...