You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/23 11:19:26 UTC

[GitHub] [arrow] AlenkaF commented on a change in pull request #12016: ARROW-14603: [Doc] Tutorial - R bindings

AlenkaF commented on a change in pull request #12016:
URL: https://github.com/apache/arrow/pull/12016#discussion_r774502657



##########
File path: docs/source/developers/guide/tutorials/r_tutorial.rst
##########
@@ -24,4 +24,26 @@
 
 **********
 R tutorial
-**********
\ No newline at end of file
+**********
+
+The first R package tutorial to be included in the New Contributor's
+guide is a **Walkthrough** added in the **Writing Bindings**
+vignette. With time we will try to include additional tutorials
+directly into this guide.
+
+Writing Bindings Walkthrough
+----------------------------
+
+This tutorial will show how to do a binding of a C++ function
+`starts_with() <https://arrow.apache.org/docs/cpp/compute.html#containment-tests>`_
+to the (base) R function ``startsWith()``.
+
+To view the tutorial follow
+`this link <https://arrow.apache.org/docs/r/articles/developers/bindings.html#walkthrough>`_
+or run the following command in the R console:
+
+.. code-block:: R
+
+   vignette("bindings", package = "arrow")

Review comment:
       Ok, thanks for the info! Will only keep the link to the article then.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org