db_connect.Rd 540 B

12345678910111213141516171819202122232425
  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}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.
  11. #' @return Connection to the database.}
  12. }
  13. \description{
  14. Andmebaasiga ühenduse looomine.
  15. }
  16. \examples{
  17. ## Not run:
  18. ##
  19. ## config <- get_config()
  20. ## conn <- db_connect(conf = config)
  21. ##
  22. ## End(**Not run**)
  23. }
  24. \keyword{database,}
  25. \keyword{schema}