f_check_cols_not_empty: Check whether columns are unique

View source: R/f - Check cols not empty.R

f_check_cols_not_emptyR Documentation

Check whether columns are unique

Description

Checks whether columns are unique.

Usage

f_check_cols_not_empty(
  df.input,
  v.col.include = NULL,
  v.col.exclude = NULL,
  c.id
)

Arguments

df.input

—–

v.col.include

—– (default: NULL)

v.col.exclude

—– (default: NULL)

c.id

—–

Details

-

Value

Nothing.

Author(s)

Pieter Overdevest

Examples

f_check_col_unique(

    df.input,
    v.col.include = NULL,
    v.col.exclude = NULL,
    c.id
)

pieterov/generaltoolbox documentation built on Jan. 25, 2025, 10:32 a.m.