R/lims_table_fields.R
    lims_table_fields.RdGet all availaible column names from a table in the data warehouse
lims_table_fields(con, table_name, export_type = "character")character vector with column names of the table
if (FALSE) { # \dontrun{
library(inbolims)
con <- lims_connect()
lims_table_fields(con, "dimSample")
} # }