File tree 7 files changed +289
-2
lines changed
7 files changed +289
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
+ .Rhistory
Original file line number Diff line number Diff line change 33
33
| 1/11 | Plotly | --- | [ html] ( ./plotly/plotly.html ) [ pdf] ( ./plotly/plotly.pdf ) | --- |
34
34
| --- | --- | --- | --- | --- |
35
35
| 2/1 | R Markdown | --- | [ html] ( ./R_Markdown/R_Markdown.html ) [ pdf] ( ./R_Markdown/R_Markdown.pdf ) | --- |
36
- | 2/2 | Sharing R Markdown Documents | --- | [ html] ( ./R_Markdown/sharing .html ) [ pdf] ( ./R_Markdown/sharing .pdf ) | --- |
36
+ | 2/2 | Sharing R Markdown Documents | --- | [ html] ( ./sharingrmd .html ) [ pdf] ( ./sharingrmd .pdf ) | --- |
37
37
| 2/3 | Leaflet | --- | [ html] ( ./leaflet/leaflet.html ) [ pdf] ( ./leaflet/leaflet.pdf ) | --- |
38
38
| --- | --- | --- | --- | --- |
39
39
| 3/1 | R Packages | --- | [ html] ( ./RPackages/rpackages.html ) [ pdf] ( ./RPackages/rpackages.pdf ) | --- |
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ <h2>Course Materials</h2>
350
350
<td align="left">2/2</td>
351
351
<td align="left">Sharing R Markdown Documents</td>
352
352
<td align="left">—</td>
353
- <td align="left"><a href="./R_Markdown/sharing .html">html</a> <a href="./R_Markdown/sharing .pdf">pdf</a></td>
353
+ <td align="left"><a href="./sharingrmd .html">html</a> <a href="./sharingrmd .pdf">pdf</a></td>
354
354
<td align="left">—</td>
355
355
</tr>
356
356
<tr class="odd">
Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
3
+
4
+ # [ Developing Data Products] ( index.html )
5
+
6
+ ## Sharing R Markdown Documents
7
+
8
+ We recommend the following websites for sharing the HTML files that you produce
9
+ from R Markdown documents. If you've taken The Data Scientist's Toolbox then
10
+ you should be familiar with [ GitHub Pages] ( https://pages.github.com/ ) .
11
+ If you're familiar with Git and you haven't used it before their documentation
12
+ for creating a site is very straightforward. If you're not familiar with Git
13
+ and you're using RStudio you should take advantage of
14
+ [ RPubs] ( http://rpubs.com/ ) , which is perhaps the easiest way to share an HTML
15
+ document from RStudio. You can find simple instructions for using RPubs
16
+ [ here] ( http://rpubs.com/about/getting-started ) . If you're looking for a site
17
+ that will host any HTML file for free, including HTML files that are generated
18
+ by R Markdown, you should check out [ NeoCities] ( https://neocities.org/ ) . You'll
19
+ need to provide links to HTML files you've created with R Makrdown in upcoming
20
+ peer assessments, so make sure to familiarize yourself with one of these sites.
21
+
22
+ ---
23
+
24
+ [ ** Back to Developing Data Products Home** ] ( index.html )
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments