is_valid_data_type: Check validity of given data type

View source: R/classes-plate.R

is_valid_data_typeR Documentation

Check validity of given data type

Description

Check if the data type is valid. The data type is valid if it is one of the elements of the VALID_DATA_TYPES vector. The valid data types are:
c(Median, Net MFI, Count, Avg Net MFI, Mean, Peak).

Usage

is_valid_data_type(data_type)

Arguments

data_type

A string representing the data type.

Value

TRUE if the data type is valid, FALSE otherwise.


SerolyzeR documentation built on April 12, 2025, 2:11 a.m.