.writeIni | R Documentation |
Write ini file from list obtain by antaresRead::readIniFile and modify by user
.writeIni(listData, pathIni, overwrite = FALSE)
listData |
|
pathIni |
|
overwrite |
logical, should file be overwritten if already exist? |
## Not run:
pathIni <- "D:/exemple_test/settings/generaldata.ini"
generalSetting <- antaresRead::readIniFile(pathIni)
generalSetting$output$synthesis <- FALSE
writeIni(generalSetting, pathIni)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.