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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -