dot-ncol_check: Check Column Count to Classify Dataset Type

.ncol_checkR Documentation

Check Column Count to Classify Dataset Type

Description

This internal function determines the type of dataset ('sex', 'place', or 'bullet') based on the number of columns.

Usage

.ncol_check(dataset)

Arguments

dataset

A data frame whose column count will be analyzed.

Value

A character string indicating the dataset type ('sex', 'place', or 'bullet'). If column numbers do not match any predefined types, an error is thrown.


jpinfect documentation built on June 8, 2025, 1:03 p.m.