Skip to content

Commit

Permalink
Edit blog post template
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinesimeon committed Jan 24, 2019
1 parent c96c483 commit 205b721
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Blog_Post_Template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Hello! This is a sample blog post. Be sure to update the header (i.e. change the

Your text goes here!

Some relevant tags you might want to use:

* rladies
* a study group name
* data/package name

*The R-Ladies Chicago organizers may add tags they feel are relevant!*

If using a dataset that isn't in R, please do your best to have your data pulled in remotely. In an ideal scenario, you provide a single `.Rmd` file that can be knitted and added to the site (without any other necessary files).

One way to do this is via `RCurl`:

```{r, eval=FALSE}
Require("RCurl")
library(RCurl)
DAT_Rladies<-read.csv(text=getURL("https://raw.githubusercontent.com/rladies-chicago/2018-12-05-meetup/master/data/meetup.csv"))
```



#### About the Author:

Expand Down

0 comments on commit 205b721

Please sign in to comment.