You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple way to read dynamic html from a single page
DSL around the underlying power of HtmlUnit. While it's possible to just use htmlunitjars and create Java objects and call Java methods directly, that is a really foreign interface to most R folks and creating a DSL would make it easier for folks to click on forms, etc without having to worry about Java type conversion (which is 'a thing' for some methods in this library)
simple way to read dynamic html from a single pageHtmlUnit. While it's possible to just usehtmlunitjarsand create Java objects and call Java methods directly, that is a really foreign interface to most R folks and creating a DSL would make it easier for folks to click on forms, etc without having to worry about Java type conversion (which is 'a thing' for some methods in this library)