# NOT RUN {
annots <- data.frame(
key = c("fileFormat", "fileFormat"),
value = c("txt", "csv"),
columnType = c("STRING", "STRING"),
stringsAsFactors = FALSE
)
check_keys("fileFormat", annots)
check_keys("x", annots)
# }
Run the code above in your browser using DataLab