Displaying 4 results from an estimated 4 matches for "zpid".
Did you mean:
pid
2011 Jul 05
2
Stuck ...can't get sapply and xmlTreeParse working
...hResults.htm?zws-id=X1-ZWz1bup03e49vv_5kvb6&address=",x,
sep="")
############## problem line is next #################################
zdoc <-xmlTreeParse(url.zill, useInternalNode=TRUE, isURL=TRUE)
############# problem line above ##################################
f$zpid <- sapply(getNodeSet(zdoc, "//result/zpid"), xmlValue)
f$zest.low <-sapply(getNodeSet(zdoc, "//valuationRange/low"), xmlValue)
f$zest <- sapply(getNodeSet(zdoc, "//zestimate/amount"), xmlValue)
rm(zdoc)
return(f)
}
j <-sapply(new.add, FUN=hm)
print(...
2011 May 28
1
newbie xml parsing question
...(XML)
url <- "http://www.zillow.com/homes/511 W Lafayette St, Norristown, PA_rb"
doc <-doc <- htmlTreeParse(url1, isURL=TRUE)
doc
I'd like to be able to pull the following information into R
href home details string :
/homedetails/236-Arundel-Ave-Horsham-PA-19044/9933810_zpid/#{scid=hdp-site-map-bubble-address}
value for Zestimate \ Price: $239,000
Beds : 3
Baths: 1.0
Sqft :1630
I noticed all that information is in "doc". The section of doc where the
information is contained is shown below. How do I go about extracting this
information and getting it into R...
2010 Jan 20
1
possible bug
...os-ssn/tcp:default
exec="/export/samba343/sbin/smbd -d 10"
# svcadm refresh svc:/network/inetd:default
# svcadm restart svc:/network/inetd:default
mount_smbfs works from Mac client
So why does it not work if debugging level is set to anything below 10?
Kind Regards
Christiane Baier
--
ZPID - Leibniz-Zentrum f?r Psychologische Information und Dokumentation
Dr. Christiane Baier Fon: +49(0)651-201-2978
Dipl.Inform.(FH) Fax: +49(0)651-201-2604
Informationstechnologie E-Mail: baier at zpid.de
Universit?t Trier, 54286 Trier http://www.zpid.de/
2017 Jul 07
1
Gluster 3.11 on ubuntu 16.04 not working
Hi There,
we have a problem with a fresh installation of gluster 3.11 on a ubuntu
16.04 server.
we have made the installaton straight forward like it ist described on
the gluster.org website.
<http://gluster.readthedocs.io/en/latest/Install-Guide/Configure/>
in fstab is:
/dev/sdb1 /gluster xfs defaults 0 0
knoten5:/gv0 /glusterfs glusterfs defaults,_netdev,acl,selinux 0 0
after