R/lims_table_fields.R
lims_table_fields.Rd
Get 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
library(inbolims)
con <- lims_connect()
#> Error in pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE): ! ODBC failed with error 00000 from [unixODBC][Driver Manager].
#> ✖ Can't open lib 'SQL Server' : file not found
#> ℹ From nanodbc/nanodbc.cpp:1150.
lims_table_fields(con, "dimSample")
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'conn' in selecting a method for function 'dbGetQuery': object 'con' not found