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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -