db_create_new_schema.Rd 451 B

1234567891011121314151617181920
  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}{list List of configuration data. Rewrite it.}
  11. }
  12. \description{
  13. Loome andmebaasi uue schema.
  14. }
  15. \examples{
  16. config <- get_config()
  17. db_create_new_schema(conf = config)
  18. }
  19. \keyword{database,}
  20. \keyword{schema}