Skip to content

Commit bd3064a

Browse files
committed
added sharing
1 parent a9ba68a commit bd3064a

File tree

7 files changed

+289
-2
lines changed

7 files changed

+289
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
.Rhistory

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
| 1/11 | Plotly | --- | [html](./plotly/plotly.html) [pdf](./plotly/plotly.pdf)| --- |
3434
| --- | --- | --- | --- | --- |
3535
| 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)| --- |
3737
| 2/3 | Leaflet | --- | [html](./leaflet/leaflet.html) [pdf](./leaflet/leaflet.pdf)| --- |
3838
| --- | --- | --- | --- | --- |
3939
| 3/1 | R Packages | --- | [html](./RPackages/rpackages.html) [pdf](./RPackages/rpackages.pdf)| --- |

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h2>Course Materials</h2>
350350
<td align="left">2/2</td>
351351
<td align="left">Sharing R Markdown Documents</td>
352352
<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>
354354
<td align="left">—</td>
355355
</tr>
356356
<tr class="odd">

index.pdf

4 Bytes
Binary file not shown.

sharingrmd.Rmd

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)

sharingrmd.html

+262
Large diffs are not rendered by default.

sharingrmd.pdf

79.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)