jtleek / dataanalysis

The lecture slides for Coursera's Data Analysis class
761 stars 720 forks source link

Update to README.md for those not familiar with code #6

Open aznyellojersey opened 11 years ago

aznyellojersey commented 11 years ago

Modify README.md to initiate slidify library prior to using slidify.

library(slidify)
slidify("index.Rmd")
browseURL("index.html")

First time using github — apologies for any errors in commenting, etiquette, etc.

Cyade28 commented 5 years ago

This code is not correct latest version of Rstudio

install_github("slidify", "ramnathv") install_github("slidifyLibraries", "ramnathv")

I found you need this command to install: install_github('ramnathv/slidify') install_github('ramnathv/slidifyLibraries')