From 205b721eb0ab7d8f0207322d02ff007492c43323 Mon Sep 17 00:00:00 2001 From: Katherine Date: Thu, 24 Jan 2019 16:04:19 -0600 Subject: [PATCH] Edit blog post template --- Blog_Post_Template.Rmd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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: