0% found this document useful (0 votes)
29 views1 page

Creating an Outline in R

The tutorial explains how to create an outline in R by using specific formatting for titles. Users can hide or expand sections by clicking on a triangle or double-sided arrow next to the titles. Additionally, it describes how to navigate the document outline by clicking on titles in the right sidebar.

Uploaded by

SujetoSujeto
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Creating an Outline in R

The tutorial explains how to create an outline in R by using specific formatting for titles. Users can hide or expand sections by clicking on a triangle or double-sided arrow next to the titles. Additionally, it describes how to navigate the document outline by clicking on titles in the right sidebar.

Uploaded by

SujetoSujeto
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Tutorial 2: Creating an Outline in R

Type your title between two pound symbols and four hyphens (## and ----) like the picture below. As you
finish typing, a small triangle pointing down would appear on the right side of line number.

You can add as many sections as you want. By clicking on the triangle all the lines below the title would
hide and a blue two-sided arrow would be appeared. If you want to expand the lines, simply click on the
double-sided arrow.

To see the document outline, go to right side of the script and click on the part shown below.

You can see that in this R file we have three titles. If you click on any of them, the cursor will jump to the
beginning of that title and you can easily navigate between different titles.

You might also like