<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can R-bridge arc.write to a Feature Service? in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069907#M364</link>
    <description>&lt;P&gt;Hello R-ArcGIS community,&lt;/P&gt;&lt;P&gt;I am new to ArcGIS R-Bridge, but have moderate experience in R and ArcGIS. I am looking for a way to use R to write to a feature service. The R &lt;EM&gt;arcgisbindings&lt;/EM&gt; package allows one to read a feature via &lt;EM&gt;arc.open&lt;/EM&gt; but it doesn't seem to allow writing back (&lt;EM&gt;arc.write&lt;/EM&gt;) to the feature service. Is there a way to accomplish this? I am looking to QA/QC the data in R as I find it more simple. Any help would be great. Thanks for your time.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 17:07:45 GMT</pubDate>
    <dc:creator>AndrewPadilla</dc:creator>
    <dc:date>2021-06-18T17:07:45Z</dc:date>
    <item>
      <title>Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069907#M364</link>
      <description>&lt;P&gt;Hello R-ArcGIS community,&lt;/P&gt;&lt;P&gt;I am new to ArcGIS R-Bridge, but have moderate experience in R and ArcGIS. I am looking for a way to use R to write to a feature service. The R &lt;EM&gt;arcgisbindings&lt;/EM&gt; package allows one to read a feature via &lt;EM&gt;arc.open&lt;/EM&gt; but it doesn't seem to allow writing back (&lt;EM&gt;arc.write&lt;/EM&gt;) to the feature service. Is there a way to accomplish this? I am looking to QA/QC the data in R as I find it more simple. Any help would be great. Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 17:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069907#M364</guid>
      <dc:creator>AndrewPadilla</dc:creator>
      <dc:date>2021-06-18T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069913#M365</link>
      <description>&lt;P&gt;Hey Andrew,&lt;/P&gt;&lt;P&gt;We do not have a direct way to write to a portal, yet. The workaround would be:&lt;/P&gt;&lt;P&gt;1. Write feature as a feature class in a gdb using arc.write&lt;/P&gt;&lt;P&gt;2. Use the Share ribbon in ArcGIS Pro to share that feature class as a feature service.&lt;/P&gt;&lt;P&gt;I know this is not an automated approach, however. If you host data frequently you can perform the above step once and put the Share step in a scheduler in Pro.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 17:16:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069913#M365</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-18T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069917#M366</link>
      <description>Hi Orhun,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response. I haven't shared a feature class before, would I be able to write over an existing feature service or would it need to be a few one?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2021 17:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069917#M366</guid>
      <dc:creator>AndrewPadilla</dc:creator>
      <dc:date>2021-06-18T17:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069995#M367</link>
      <description>&lt;P&gt;Hey Andrew,&lt;BR /&gt;I have been working through a few similar challenges with bridge. My solution right now is to use R to execute python commands. With Arc Py and the ArcGIS python libraries we can do pretty much anything. I have attached a super simple R script and Python script. That demonstrates a second approach - which is to tell R to run a python script once you have a Feature Class written to a temp data base. The python script can overwrite or append the data to a Feature Service.&amp;nbsp; Make sense?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1069995#M367</guid>
      <dc:creator>BenjaminDorsey</dc:creator>
      <dc:date>2021-06-18T20:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1070609#M368</link>
      <description>&lt;P&gt;Hi Benjamin,&lt;BR /&gt;Thanks for providing me with your solution. Yes, it does make sense. I have been working with some python scripts in R so I think it shouldn't take too much.&lt;BR /&gt;Cheers,&lt;BR /&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 22:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1070609#M368</guid>
      <dc:creator>AndrewPadilla</dc:creator>
      <dc:date>2021-06-21T22:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1075083#M369</link>
      <description>&lt;P&gt;Hi Andy - thanks for the question.&amp;nbsp; Yes you can easily overwrite an existing web layer using either of the two workflows outlined here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/overwrite-a-web-layer.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/overwrite-a-web-layer.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;-Nick Giner&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 10:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1075083#M369</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-07-02T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1402063#M457</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/56714"&gt;@BenjaminDorsey&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/401036"&gt;@AndrewPadilla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I have a positive response to this! We've recently developed and announced a new R metapackage {&lt;A href="https://cran.r-project.org/web/packages/arcgis/index.html" target="_self"&gt;arcgis&lt;/A&gt;} with several subpackages that can read AND write feature services, amongst many other capabilities.&amp;nbsp; &amp;nbsp;The goal of the project is to provide an R interface to &lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/services/" target="_self"&gt;ArcGIS location services&lt;/A&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It's free, open-source, and available on CRAN&lt;/LI&gt;&lt;LI&gt;It does &lt;U&gt;not&lt;/U&gt; require an ArcGIS Pro installation/license (unlike {arcgisbinding})&lt;/LI&gt;&lt;LI&gt;{arcgisbinding} can still be used for working with local data or developing R-driven geoprocessing tools&lt;/LI&gt;&lt;LI&gt;We'll continue to develop {arcgis} and {arcgisbinding}, so stay tuned!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/developers/announcements/announcing-arcgis-r-package/" target="_self"&gt;Blog article announcing the new R metapackage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://r.esri.com/r-bridge-site/" target="_self"&gt;Link to documentation + getting started and tutorials&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 16:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1402063#M457</guid>
      <dc:creator>NicholasGiner1</dc:creator>
      <dc:date>2024-03-28T16:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1402071#M458</link>
      <description>&lt;P&gt;Wonderful news! I look forward to trying it out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 16:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1402071#M458</guid>
      <dc:creator>BenjaminDorsey</dc:creator>
      <dc:date>2024-03-28T16:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1405544#M459</link>
      <description>That sounds great, thank you for the update. I will give it a go and see how it works!&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2024 00:56:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1405544#M459</guid>
      <dc:creator>AndrewPadilla</dc:creator>
      <dc:date>2024-04-04T00:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1524058#M482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/213176"&gt;@NicholasGiner1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I attempted to install the new library(arcgis) as outline in the documentation. However, It seems that the layers have been removed from the CRAN repository (&lt;A href="https://cran.r-project.org/web/packages/arcgis/index.html" target="_blank" rel="noopener"&gt;https://cran.r-project.org/web/packages/arcgis/index.html&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Package ‘arcgis’ was removed from the CRAN repository.&lt;/P&gt;&lt;P data-unlink="true"&gt;Formerly available versions can be obtained from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;archive&lt;/SPAN&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Archived on 2024-08-19 as requires archived package 'arcgislayers'.&lt;/P&gt;&lt;P data-unlink="true"&gt;A summary of the most recent check results can be obtained from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;check results archive&lt;/SPAN&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Please use the canonical form&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://cran.r-project.org/package=arcgis" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;https://CRAN.R-project.org/package=arcgis&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to link to this page.&lt;/P&gt;&lt;P&gt;Is there a work around?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 21:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1524058#M482</guid>
      <dc:creator>AndrewPadilla</dc:creator>
      <dc:date>2024-08-19T21:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1540450#M484</link>
      <description>&lt;P&gt;I am also interested in installing the "arcgis" package - as I need to write back to online feature service - did you get a resolution or a response as to why the package has been removed from cran? Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 15:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1540450#M484</guid>
      <dc:creator>GlennSlade</dc:creator>
      <dc:date>2024-09-19T15:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1540494#M485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/836450"&gt;@GlennSlade&lt;/a&gt;, I have not heard back from ESRI regarding the missing library(arcgis) package.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/213176"&gt;@NicholasGiner1&lt;/a&gt;&amp;nbsp;do you have any news regarding the R library(arcgis) that is no longer available on CRAN?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 17:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1540494#M485</guid>
      <dc:creator>AndrewPadilla</dc:creator>
      <dc:date>2024-09-19T17:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can R-bridge arc.write to a Feature Service?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1556018#M489</link>
      <description>&lt;P&gt;Apologies for the delay.&amp;nbsp; Please try this instead:&lt;/P&gt;
&lt;P&gt;install.packages("arcgis", repos = "&lt;A href="https://r-arcgis.r-universe.dev" target="_blank"&gt;https://r-arcgis.r-universe.dev&lt;/A&gt;")&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 20:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/can-r-bridge-arc-write-to-a-feature-service/m-p/1556018#M489</guid>
      <dc:creator>NicholasGiner1</dc:creator>
      <dc:date>2024-11-06T20:13:20Z</dc:date>
    </item>
  </channel>
</rss>

