if (FALSE) {
# Import ontology_mappings.txt as tibble
read_ontology_mappings()
# Do not convert column names, i.e. keep them as originally in the file
read_ontology_mappings(fix_names = FALSE)
# Keep multi-value columns as originally, i.e. as comma-separated values
read_ontology_mappings(list_columns = FALSE)
}
Run the code above in your browser using DataLab