powered by
Read a Java Properties File for Use in RSB Applications
read.properties(file, fields = NULL, encoding = "UTF-8")
properties file, either a character string (path) or a connection
subset of field names, if NULL, all fields are included
encoding of the properties file to read (default value "UTF-8")
"UTF-8"
list with key-value pairs
write.properties for writing properties files
write.properties
# NOT RUN { tf <- system.file("testFiles", "test0.properties", package = "properties") read.properties(tf, fields = c("key2", "key3")) # }
Run the code above in your browser using DataLab