db_connect.Rd 418 B

1234567891011121314151617181920
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/db_connect.R
  3. \name{db_connect}
  4. \alias{db_connect}
  5. \title{Connect to database}
  6. \usage{
  7. db_connect(conf = NULL)
  8. }
  9. \arguments{
  10. \item{conf}{list List of configuration data. Rewrite it.}
  11. }
  12. \description{
  13. Andmebaasiga ühenduse looomine.
  14. }
  15. \examples{
  16. config <- get_config()
  17. conn <- db_connect(conf = config)
  18. }
  19. \keyword{database,}
  20. \keyword{schema}