| 123456789101112131415161718 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/get_config.R
- \name{get_config}
- \alias{get_config}
- \title{Mooduli konfiguratsioon andmed}
- \usage{
- get_config(conf = NULL)
- }
- \arguments{
- \item{conf}{json fail konfiguratsioon muutujate argumentidega.}
- }
- \description{
- JSONi konfiguratsioon faili lugemine. Muuda seda faili vajadusel. Rakenda seda funktsiooni oma konfiguratsioonifailile.
- }
- \examples{
- get_config()
- }
- \keyword{cats}
|