Skip to content

Commit 41691f1

Browse files
committed
removed a line left by mistake
1 parent 0648694 commit 41691f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

9_DEVDATAPROD/Developing Data Products Course Notes HTML.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ grid.raster(readPNG("figures/5.png"))
336336
- `n1$` + TAB in R Console brings up list of all functions contained in the object
337337
- `n1$html()` = prints out the HTML for the plot
338338
- `n1$save("filename.html")` = saves result to a file named "filename.html"
339-
- `cat(embeds code into slidify document
340339
- `n1$print()` = print out the JavaScript
341340
- `n1$show("inline", include_assets = TRUE, cdn = F)` = embed HTML/JS code directly with in Rmd file (for HTML output)
342341
- `n1$publish('plotname', host = 'gist'/'rpubs')` = publishes the plot under the specified `plotname` as a `gist` or to `rpubs`

0 commit comments

Comments
 (0)