Skip to content

Commit 44c9bad

Browse files
authored
Turn plain text into URL 01_table_oriented.rst
Just "R" without further link or explanation might be confusing, especially for those who are new in the world of software development. Turning plain text R into a clickable link adds clarity.
1 parent 1fa95a1 commit 44c9bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/01_table_oriented.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the values in each list as columns of the ``DataFrame``.
6565
A :class:`DataFrame` is a 2-dimensional data structure that can store data of
6666
different types (including characters, integers, floating point values,
6767
categorical data and more) in columns. It is similar to a spreadsheet, a
68-
SQL table or the ``data.frame`` in R.
68+
SQL table or the ``data.frame`` in `R <https://www.r-project.org/>`__.
6969

7070
- The table has 3 columns, each of them with a column label. The column
7171
labels are respectively ``Name``, ``Age`` and ``Sex``.

0 commit comments

Comments
 (0)