Skip to content

Commit 1b3de2d

Browse files
committed
Clarify difference between R markdown and HTML
1 parent 1848108 commit 1b3de2d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,13 @@ <h2 id="-before-starting" class="mb-4">📢 Before Starting</h2>
9090
<hr class="my-5" />
9191
<h2 id="-topic-outline" class="mb-4">📜 Topic Outline</h2>
9292
<p>
93-
<strong>R markdown</strong> files (second column) can be directly opened
94-
and run on RStudio. However, when opened on GitHub, only the raw code is
95-
displayed and outputs (e.g., tables and plots) are stripped.
93+
If you want to directly open and run the code on RStudio, refer to the
94+
<strong>R markdown</strong> files (second column).
9695
</p>
9796
<p>
98-
<strong>HTML</strong> files (third column) cannot be directly opened and
99-
run on RStudio. However, they are nicely displayed in the browser, and
100-
outputs are preserved.
97+
But, if you only want to view the contents of a tutorial (without having
98+
to download and open it on RStudio), refer to the
99+
<strong>HTML</strong> files (third column).
101100
</p>
102101
<table class="table">
103102
<thead>

0 commit comments

Comments
 (0)