R/check_fq.R

Defines functions extract_fq_fieldnames check_fq

## checking of fields in fq against valid fields
## not exported for users: internal SBDI4R use only
check_fq <- function(fq, type) {
  ALA4R:::check_fq(fq, type)
}

extract_fq_fieldnames <- function(fq) {
  ALA4R:::extract_fq_fieldnames(fq)
}
biodiversitydata-se/SBDI4R documentation built on Feb. 23, 2024, 4:15 p.m.