Description Usage Arguments Value See Also Examples
Utility function to merge the two named objects, with elements single character strings, and convert the result to a vector of Java property settings.
1 | mergeProperties(props, default, convert=TRUE)
|
props |
named character vector of properties. |
default |
named character vector of properties with which the
elements in |
convert |
a logical value which, if |
Augments the default
with the named values that are in
props
and not in default
and also replaces those shared by
both vectors with those in props
. If the argument convert
is TRUE
, elements of the vector are converted to Java properties
suitable for initializing the JVM.
mergePath
.JavaInit
javaConfig
1 2 | props <- c(java.compiler="", myProperty="abc", "X_Y"="Hi there")
mergeProperties(props, javaConfig()@properties)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.