Description Usage Arguments Value Examples
View source: R/extract_defautlProps.R
Separate the simple properties from chained properties files
1 | extract_defautlProps(values)
|
values |
named property values, often the result of read_properties or read_props_file |
returns a list of 2: where the first element ("defaultProps") is a list of defaultProps files (NULL if there is no defaultProps property) and the second ("properties") is all other properties as returned by read_properties.
1 2 3 4 5 | ex1 = system.file("extdata", "example_with_defaults.properties", package = "BioLockR")
extract_defautlProps(ex1)
ex2 = system.file("extdata", "example_no_defaults.properties", package = "BioLockR")
extract_defautlProps(ex2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.