C# (CSharp) Microsoft.R.Components.Application.Configuration ConfigurationSettingsReader - 3 examples found. These are the top rated real world C# (CSharp) examples of Microsoft.R.Components.Application.Configuration.ConfigurationSettingsReader extracted from open source projects. You can rate examples to help us improve the quality of examples.
Storage of the R application settings. Settings are written into R file as assignment statements such as 'name <- value'. Value can be string or an expression. The difference is that string values are quoted when written into the file and expressions are written as is.