% Generated by roxygen2: do not edit by hand % Please edit documentation in R/db_create_new_schema.R \name{db_create_new_schema} \alias{db_create_new_schema} \title{Create the new schema} \usage{ db_create_new_schema(conf) } \arguments{ \item{conf}{list List of configuration data. Rewrite it.} } \description{ Loome andmebaasi uue schema. } \examples{ config <- get_config() db_create_new_schema(conf = config) } \keyword{database,} \keyword{schema}