Displaying 2 results from an estimated 2 matches for "yuriwerewolf".
2011 Aug 18
0
Call super methods from inherited classes R.oo
...already
know from Java development seems to be in place with this library.
But...there is something that I'm really missing... *the super method call*
Just a little example that shall demonstrate what I mean:
Image we have the following class hierachie that I graped from another post
- thx to YuriWerewolf ;-).
*ClassA*
setConstructorS3("ClassA", function(A) {
extend(Object(), "ClassA",
.size = A
);
})
setMethodS3("print", "ClassA", function(this,...) {
print(paste('Class A:',this$.size));
})
*ClassB (inherits ClassA)*
setConstructorS3(&quo...
2011 Jan 20
0
Saving a webpage, when content is generated by javascript
Hi to all members of this group,
how can i download a webpage using R (html), which is generated using
javasript when trying to open that webpage in the browser?
When i try to save the page as text file i get only some java code inside,
not the actual data.
When opening website in the browser and saving the page in txt file
everything works fine, so seems like i need to emulate browser request