Displaying 3 results from an estimated 3 matches for "parsehtml".
2010 Dec 31
1
Error using sos
...all or something?
Thanks and Happy New Year
Paolo
Error in readLines(link) : cannot open the connection
In addition: Warning message:
In readLines(link) :
unable to connect to 'search.r-project.org' on port 80.
found 0 matches
x has zero rows; nothing to display.
Warning message:
In parseHTML(href) : An error occurred in readLine(link), link = 3
findFn needs Internet access; is it available?
[[alternative HTML version deleted]]
2011 Oct 07
1
RStudio and findFn{sos}
...have this problem, when I launch findFn from RStudio ( but not from R
console)
the table of results does not pop in the browser and I got a warning.
findFn("test")
found 9914 matches; retrieving 20 pages, 400 matches.
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Warning message:
In parseHTML(href) : NAs introduced by coercion
Thanks
H.
[[alternative HTML version deleted]]
2007 Oct 08
1
First Markdownify Beta released
...d a word wrapping feature and "Markdown
inside block elements" is not yet working for PHP Markdown Extra.
If you want to try it, just download the beta package from here:
<http://sourceforge.net/project/showfiles.php?group_id=204915>
This package only contains three classes:
1. `parsehtml.php`: a HTML parser I wrote
2. `markdownify.php`: the Markdownify Class for standard Markdown syntax
3. `markdownify_extra.php`: the analogous class for PHP Markdown Extra syntax
How to use Markdown can be read on it's website:
<http://milianw.de/projects/markdownify/>
There's also...