mandatory_columns: Get the names of mandatory columns for the dataset.

View source: R/preprocess-and-validate-data.R

mandatory_columnsR Documentation

Get the names of mandatory columns for the dataset.

Description

This function returns a character vector containing the names of columns that are considered mandatory for a dataset to meet certain requirements.

Usage

mandatory_columns()

Value

A character vector containing the names of mandatory columns.

Examples

mandatory_cols <- mandatory_columns()
print(mandatory_cols)

# [1] "Project"     "Date"        "Site"        "Genotype"   
# [5] "Species"     "Country"     "Latitude"    "Longitude"  
# [9] "Condition"   "Temperature" "Timepoint"   "Pam_value"  


CBASSED50 documentation built on June 8, 2025, 10:27 a.m.