View source: R/preprocess-and-validate-data.R
mandatory_columns | R Documentation |
This function returns a character vector containing the names of columns that are considered mandatory for a dataset to meet certain requirements.
mandatory_columns()
A character vector containing the names of mandatory columns.
mandatory_cols <- mandatory_columns()
print(mandatory_cols)
# [1] "Project" "Date" "Site" "Genotype"
# [5] "Species" "Country" "Latitude" "Longitude"
# [9] "Condition" "Temperature" "Timepoint" "Pam_value"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.