Tagged Questions
1
vote
1answer
30 views
Storing XML node values with R's xmlEventParse for filtered output
I have a huge xml file (260mb) with tons of information looking like this:
Example:
<mydocument>
<POSITIONS EventTime="2012-09-29T20:31:21" InternalMatchId="0000T0">
<FrameSet ...
1
vote
1answer
36 views
Import Infopath .XML forms into data frame in R
What's the best way to import Infopath .XML forms in R, and transform into a dataframe? If I open the Infopath .XML file in Excel, the rows and columns of the data frame appear correctly.
Here's ...
4
votes
1answer
51 views
how to convert xml file to a data frame in R
I have this xml file that I would like to convert it to a data frame:
data.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <graph_data ...
1
vote
1answer
82 views
Creating an XML Document with R
I'd like to put the values from a txt file into an XML Document using R. The txt file holding the values looks like this:
"Value" "Label" "v"
AB Albeluvisol 166,71,43,255
ABal Alic Albeluvisol ...
3
votes
3answers
74 views
How to parse xml/sbml with R package xml?
I'm trying to parse information from the sbml/xml file below
https://dl.dropboxusercontent.com/u/10712588/file.xml
from this code
http://search.bioconductor.jp/codes/11172
It seems that I can ...
0
votes
1answer
83 views
retrieve data sequentially from web page in R
I have done an advanced search in a web and get some results. For each result I'm interested in extracting 2 fields, "Referencia:" and "CIF".
#This is the url with the results of the search
...
-1
votes
0answers
61 views
How to import Data From Brazilian Central Bank using R?
everybody,
I am trying to download data from the Brazilian Central Bank - site is in portuguese =( - using R with the package XML. The site only allows me to download data in blocks (2 years range ...
0
votes
1answer
27 views
Root Path in R XML
When you specify XML node paths for instance : //tr[@class='party-rep']
and do
getNodeSet(rootsChild, //tr[@class='party-rep'])
Does this function still search from the root of the tree looking ...
0
votes
1answer
22 views
Partial Matching in R getNodeSet
This is more of a XPath question, but how do I tell getNodeSet to accept class matches on only 1 class?
For instance, I might have
<tr class="cool coolio">
and if I do
getNodeSet(root, ...
0
votes
1answer
25 views
R xmlParse() Indexing
I have data generated from xmlParse(). I am able to obtain a reference to an XMLNode called root
> class(root)
[1] "XMLInternalElementNode" "XMLInternalNode" "XMLAbstractNode"
When, ...
0
votes
2answers
35 views
How to generate a xml from a data.frame R
I would like to generate an xml file from a dataframe in R.
Here is an example :
data.frame
x y z
1 2 'bla'
3 4 'blou'
5 7 'bli'
Xml result :
<xml>
<tuple x="1" y="2" z="bla" ...
2
votes
1answer
73 views
Reading fixed width format text tables from HTML page
I am trying to read data from tables similar to the following http://www.fec.gov/pubrec/fe1996/hraz.htm using R but have been unable to make progress. I realize that to do so I need to use XML and ...
0
votes
2answers
57 views
Efficiently get the number of children with specific name using XML and R
Using R and the package XML I'm parsing huge XML files. As part of the data handling I need to now, in a long list of nodes, how many children of specific name each node has (the number of nodes can ...
1
vote
0answers
64 views
ICAP “File decompression/decode” error when downloading XML R package
I'm trying to download the XML package for R.
Being a Windows user, and following http://www.omegahat.org/RSXML, I tried the in-line installation :
install.packages("XML", repos = ...
0
votes
1answer
22 views
Parsing XML using R is returning empty character strings
I'm trying to follow this guide. I can print my XML as so:
> print(deps[1:2])
$deployment
<deployment id="0">
<deploy t="0" u="2"/>
<deploy t="1" u="2"/>
<deploy t="2" ...
3
votes
1answer
39 views
R, Right xpath expression when using XML and xpathSApply
Let's say I parsed an website using below expression
library(XML)
url.df_1 = htmlTreeParse("http://www.appannie.com/app/android/com.king.candycrushsaga/", useInternalNodes = T)
if I run below code,
...
1
vote
0answers
79 views
converting nested xml file into a data frame in R
I need to convert and xml file to a data frame using the xml package in R. My xml file looks like this:
<?xml version="1.0"?>
<root>
<item id="Applications">
<content>
...
1
vote
1answer
50 views
xml error in MTurk API request
I am trying to create a Mechanical Turk Hit using R via API. I would like to create the HIT using an underlying html file and use therefore in my code the GenerateHTMLQuestion command. As far as I ...
0
votes
0answers
30 views
R and XML: 'flatten' XML tree with handlers?
I'm using the XML package in R, and want to "flatten" an XML tree out to a string, using handlers in xmlParse to do various conversions (for example, convert <code>...</code> to \code{...} ...
1
vote
2answers
77 views
How to remove or re-tag self-closing XML tags when coercing XML code to a data frame with R
I am trying to convert some XML code into an R data frame using this excellent example. Unfortunately, self-closing tags appear to be preventing this conversion and my understanding of XML (and the R ...
2
votes
1answer
76 views
xmlvalue vs XMLAttributeValue
I parsed an XML file using the following code and got the results as below:
url = htmlTreeParse("http://www.appannie.com/app/ios/candy-crush-saga/", useInternalNodes = T)
ItemList =getNodeSet(url, ...
2
votes
1answer
115 views
how to send an XML request to an API with R
i am trying to automate the download of a bit of data from the API of this government website.
the website instructs:
All requests for this version should be made to the following URL:
...
0
votes
1answer
80 views
r - strange characters when getting tabledata using xpathSApply
I am uisng XML package in R to scrape table. However, I get some strange characters in the results after scraping the table. Here are my scripts to get table:
TUrlhtml <- htmlParse(htmlfile)
...
0
votes
1answer
64 views
R XML package not getting all of the information on the page
I'm having an issue with importing the html of a site that includes a table that is filled using (what I suspect) javascript. If I save the website as source code on my HD I can easily do what I want ...
0
votes
1answer
72 views
R - Simple XML parse
Let's say I ran code below :
url.df_1 = htmlTreeParse(url_1, useInternalNodes = T)
and got below htmlTree :
<!-- ******************* related ******************* -->
<div ...
0
votes
1answer
129 views
Reading xml from tar.gz file [closed]
I am working with some data file export from MAC system, I guess. I received a file name 20110205.tar then I tried to look at content inside which gave me just raw file ?BIN. My friend helped me to ...
4
votes
1answer
81 views
Scraping hierarchical data
I am trying to scrape the list of Dept stores for continent/countries from global Dept stores. I am running the following code to get the continents first, as we can see the XML hierarchy is in such a ...
1
vote
3answers
130 views
How to replace the text inside an XML element in R?
I have one input xml file.
cat sample.xml
<Text>
<p>ABC </p>
</Text>
R script
library(XML)
doc = xmlTreeParse("sample.xml", useInternal = TRUE)
...
0
votes
3answers
104 views
Geoplot multiple addresses from XML in R
I am trying to accumulate addresses for the purpose of plotting them on a map in R. I am acquiring the addresses manually and entering them into a .csv to import into R. The format of the .csv is as ...
0
votes
2answers
75 views
getNodeSet not returning expected output
> library(XML)
> tdoc <- xmlParse("http://gexf.net/data/dynamics_openintervals.gexf")
> getNodeSet(tdoc,"/gexf/graph/nodes/node")
list()
attr(,"class")
[1] "XMLNodeSet"
I expect it to ...
0
votes
1answer
120 views
Creating a data frame from a character vector in R
I have some data in text form, taken from a webpage. It's quite lengthy but follows the form:
<p><span class="monthyear">Jan 2001</span>
<br><b>Foo text ...
0
votes
2answers
64 views
How to handle two step conversion in XML using R?
I am parsing one xml using R (XML package). XML has following markup.
< <
> >
& &
Input Text:
My age is &gt; 65 years years.
output: ...
0
votes
1answer
138 views
How to read/convert Excel XML files to R/CSV?
I have few hundred XML files. They are probably generated from/to Excel. I would like to read it to R or convert to CSV. Headers of all files look like this:
<?xml version="1.0" ...
1
vote
1answer
50 views
import xml image into R
I would like to import images such as this
, so that i can plot another graph over the image as described here and here.
the problem I am having is the graph is not a graphical object with a fixed ...
0
votes
1answer
69 views
How to edit information of Uniprot downloads (either txt or XML)
I downloaded Uniprot files of a group of proteins (n>1000, so manually checking these proteins is no option). The complete data files come as either a flat text file or a XML file. There is a lot of ...
3
votes
2answers
168 views
How to fill in an online form and get results back in R
Has anyone ever filled in a web form remotely from R?
I'd like to do some archery statistics in R using my scores. There is a very handy webpage, that gives you the classification and handicaps ...
0
votes
2answers
92 views
Using R to scrape nested XML data
Hello I'm quite new to R and I'm trying to scrape a web site for some data. The problem is that the data is stored inconsistently.
Sometimes I see:
<div class = "text"> The text I want ...
-2
votes
1answer
113 views
tools for transforming xml to csv or EXCEL files [closed]
Are there any tools available for transforming the XML file into CSV or EXCEL file. Windows-based or Linux-based tools are both fine.
2
votes
2answers
57 views
How to Make use of a list of tables
Using the XML package i was able to scrape over 80 tables from a website, and this number will grow over time as well. Tables them selves are not very large mostly 6x10 (this size varies between ...
4
votes
3answers
127 views
R does not stop grabbing memory / RAM due to XML
I have an double loop like the one shown below the problem is that R (2.15.2) is using more and more memory and I do not understand why.
While I understand that this has to happen within the inner ...
0
votes
0answers
83 views
R xmlToDataFrame XML TEI
Someonr is come with a XML TEI (Text Encoding initiative) for make a R traitement ...
I'm not an expert in XML , not an expert in TEI (I don't know if it's well formed).All my attempts are ...
0
votes
1answer
63 views
Reading HTML tables in R if login and other previous actions are required
I am using XML package to read HTML tables from web sites.
Actually I'm trying to read a table from a local address, something like http://10.35.0.9:8080/....
To get this table I usually have to ...
1
vote
1answer
118 views
MLB XML parsing in R
I am having difficulty effectively parsing XML that I've retrieved from Major League Baseball (MLB).
First of all, this is a side project intended for me to gain familiarity with XML. I am most ...
0
votes
1answer
200 views
failed to load HTTP source in R
I tried to parse the webpage with the code below, but the last line turned out an output of "failed to load HTTP resource". Can anyone tell me how to deal with it? Thanks!
The code is:
...
1
vote
1answer
1k views
“Non-zero exit status” error downloading XML and RCurl R pacakges
I'm having this problem:
> install.packages("RCurl")
Installing package(s) into β/home/username/R/x86_64-redhat-linux-gnu-library/2.13β
(as βlibβ is unspecified)
trying URL ...
1
vote
0answers
84 views
xmlParse not working
I am trying to parse the the xml document on the following url:
"http://ifis.iowafloodcenter.org/ifis/ws/sites.php?format=xml"
Using the following code:
library(XML)
...
2
votes
1answer
278 views
R XML + XPath - getNodeSet with multiple conditions
I'm new to XPath - please go easy on me.
Having trouble extracting XPath on my target pages for elements that don't have a lot of structure.
The data set is NJ school report cards. Individual ...
1
vote
1answer
123 views
how to create an R data frame from a xml file
I have a XML Document file. The part of the file looks like this:
-<attr>
<attrlabl>COUNTY</attrlabl>
<attrdef>County abbreviation</attrdef>
...
0
votes
0answers
121 views
XML Package for R: Scraping password protected sites
I would like to automate data downloads into R from password protected sites. Examples include https sites for personal downloads (bank and credit card statements), as well as professional work (VPNs ...
0
votes
1answer
191 views
Debugging encoding problems (R XML)
Is there a way to locate an encoding problem within an XML file? I'm trying to parse such a file (let's call it doc) with the XML library in R, but there seems to be a problem with the encoding.
...