R/check_fq.R

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

extract_fq_fieldnames <- function(fq) {
  ALA4R:::extract_fq_fieldnames(fq)
  
}
fozy81/NBN4R documentation built on May 19, 2019, 8:22 a.m.