| 1234567891011121314151617181920212223242526272829 |
- % 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}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.}
- }
- \description{
- Andmebaasi tabel veergude nimekiri.
- }
- \examples{
- ## Not run:
- ##
- ## config <- get_config()
- ## config$schema <- "public"
- ## config$table <- "spatial_ref_sys"
- ## db_table_colnames(conf = config)
- ##
- ## End(**Not run**)
- }
- \seealso{
- \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}
- }
- \keyword{database,}
- \keyword{table}
|