Skip to content

Commit 3bf06f2

Browse files
AlenkaFthisisnic
authored andcommitted
ARROW-14603: [Doc] Tutorial - R bindings
Add a short intro and a link to the [ARROW-13834](#11915): Walkthrough section content. Closes #12016 from AlenkaF/ARROW-14603 Authored-by: Alenka Frim <frim.alenka@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 08096d4 commit 3bf06f2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/source/developers/guide/tutorials/r_tutorial.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,19 @@
2424

2525
**********
2626
R tutorial
27-
**********
27+
**********
28+
29+
The first R package tutorial to be included in the New Contributor's
30+
guide is a **Walkthrough** added in the **Writing Bindings**
31+
vignette. With time we will try to include additional tutorials
32+
directly into this guide.
33+
34+
Writing Bindings Walkthrough
35+
----------------------------
36+
37+
This tutorial will show how to do a binding of a C++ function
38+
`starts_with() <https://arrow.apache.org/docs/cpp/compute.html#containment-tests>`_
39+
to the (base) R function ``startsWith()``.
40+
41+
To view the tutorial follow the
42+
`Walkthrough section of the Writing Bindings article <https://arrow.apache.org/docs/r/articles/developers/bindings.html#walkthrough>`_.

0 commit comments

Comments
 (0)