mandatory_columns {CBASSED50} | R 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"
[Package CBASSED50 version 0.2.0 Index]