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)
  
}
bioatlas/r-functionality documentation built on Nov. 1, 2020, 3:42 a.m.