plist
and
dict
nodes, each of which is made up key
, and value node
pairs. These used to be used for property lists on OS X and
can represetn arbitrary data relatively conveniently.readKeyValueDB(doc, ...)
dropComments
as a logical value to control
whether comment nodes are processed or ignored (TRUE
).readSolrDoc
,
xmlToList
,
xmlToDataFrame
,
xmlParse
if(file.exists("/usr/share/hiutil/Stopwords.plist")) {
o = readKeyValueDB("/usr/share/hiutil/Stopwords.plist")
}
if(file.exists("/usr/share/java/Tools/Applet Launcher.app/Contents/Info.plist"))
javaInfo = readKeyValueDB('/usr/share/java/Tools/Applet Launcher.app/Contents/Info.plist')
Run the code above in your browser using DataLab