diff --git a/Blog_Post_Template.Rmd b/Blog_Post_Template.Rmd index 9516d20..7db78df 100644 --- a/Blog_Post_Template.Rmd +++ b/Blog_Post_Template.Rmd @@ -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: