db_create_new_schema.Rd 775 B

123456789101112131415161718192021222324252627282930
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/db_create_new_schema.R
  3. \name{db_create_new_schema}
  4. \alias{db_create_new_schema}
  5. \title{Create the new schema}
  6. \usage{
  7. db_create_new_schema(conf)
  8. }
  9. \arguments{
  10. \item{conf}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.}
  11. }
  12. \value{
  13. New schema created.
  14. }
  15. \description{
  16. Loome andmebaasi uue schema. Selleks tuleb schema uus nimi lisada conf muutujale. Konfiguratsiooni algväärtused \code{\link[ruut]{get_config}}.
  17. }
  18. \examples{
  19. ## Not run:
  20. ##
  21. ## config <- get_config()
  22. ## db_create_new_schema(conf = config)
  23. ##
  24. ## End(**Not run**)
  25. }
  26. \seealso{
  27. \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}
  28. }
  29. \keyword{database,}
  30. \keyword{schema}