Displaying 3 results from an estimated 3 matches for "readxml".
Did you mean:
readxl
2006 Dec 22
1
odfWeave problem
...t$fontColor='#000000'
#StyleDefs$ArialItalic = StyleDefs$ArialNormal
#StyleDefs$ArialItalic$fontType='italic'
setStyleDefs(StyleDefs)
The ArialNormalRight definition isn't working, though the ArialLeftBold
is. Could someone help?
Looking at the code, odfWeave uses functions readXML and addStyleDefs,
which I cannot find. How should I go about finding these?
Abhijit Dasgupta, Ph.D.
Assistant Professor | Division of Biostatistics
Department of Pharmacology and Experimental Therapeutics | Thomas
Jefferson University
1015 Chestnut St | Suite M100 | Philadelphia, PA 19107
Ph: (...
2011 Apr 06
0
Curious treatment of entities in xmlTreeParse
...;#38; references have been translated to "&" while other
entity refs have not.
a<-readLines(url(as.character(feeds[2,2])))
t<-XML::xmlTreeParse(a, replaceEntities=FALSE, asText=TRUE)
I'm guessing this is what breaks things when I try to do things with tm:
rss2Reader <- readXML(
spec = list(
Author = list("node", "/item/creator"),
Content = list("node", "/item/description"),
DateTimeStamp = list("function",function(x) as.POSIXlt(Sys.time(),
tz = "GMT")),
Heading = list("node", "/item/ti...
2011 Mar 24
2
Problem with Snowball & RWeka
Dear Forum,
when I try to use SnowballStemmer() I get the following error message:
"Could not initialize the GenericPropertiesCreator. This exception was
produced: java.lang.NullPointerException"
It seems to have something to do with either Snowball or RWeka, however I
can't figure out, what to do myself. If you could spend 5 minutes of your
valuable time, to help me or give me a