% Generated by roxygen2: do not edit by hand % Please edit documentation in R/db_table_colnames.R \name{db_table_colnames} \alias{db_table_colnames} \title{Database table columns info} \usage{ db_table_colnames(conf) } \arguments{ \item{conf}{list List of configuration data. Rewrite it.} } \description{ Andmebaasi tabel veergude nimekiri. } \examples{ config <- get_config() config$schema <- "public" config$table <- "spatial_ref_sys" db_table_colnames(conf = config) } \keyword{database,} \keyword{table}