Bulk changes of list context in sharepoint using R -
i have sharepoint list managed transform in data frame using rcurl , xml
murl=geturl("http://mysharepointserver/_vti_bin/listdata.svc/project", userpwd ="login:pwd") mxml=xmlparse(murl)#create tree use c pointers nodes=getnodeset(xmlroot(mxml), "//m:properties") # access xpath queries sdf=xmltodataframe(nodes)
what after comparing other data able bulk edit entries in list>
eg if nodevalue==x change x y more 1 x
and change actual values in sharepoint , not r object there way in r?
Comments
Post a Comment