Publications by JJ Allaire and Yihui Xie

Tufte

27.01.2020

Tufte Handout An implementation in R Markdown JJ Allaire and Yihui Xie 2020-01-27 Introduction The Tufte handout style is a style that Edward Tufte uses in his books and handouts. Tufte’s style is known for its extensive use of sidenotes, tight integration of graphics with text, and well-set typography. This style has been implemented in LaTeX ...

11041 sym R (1568 sym/23 pcs) 14 img 4 tbl

Reveal JS Slides

27.01.2020

A reveal.js presentation rstudio::conf 2020 R Markdown Presentations Bullet 1 Bullet 2 Bullet 3 Table Output Here’s a Level 2 table summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.:19.0 ...

466 sym R (276 sym/3 pcs) 1 img

BD validation slides

16.01.2020

1/16/2020 Check 1: Check Measure Number #check1 <- BDdata %>% group_by(Measure_Num)%>% count(Measure_Num) ## # A tibble: 26 x 2 ## # Groups: Measure_Num [26] ## Measure_Num n ## <fct> <int> ## 1 M00237 158146 ## 2 M00238 300167 ## 3 M00239 158146 ## 4 M00240 300167 ## 5 M00241 ...

107 sym R (1236 sym/9 pcs)

DataViz and Storytelling Presentation

16.01.2020

1/16/2020 The purpose of todays presentation How can Tracking leverage data visualization tools to communicate key messages to drive public health actions? RStudio - ggplot, plotly RMarkdown - flexdashboard RShiny - shinydashboard ArcGIS StoryMaps Step 1: Load packages and data # workspace library(tidyverse) library(tidycensus) library(viri...

546 sym R (3036 sym/9 pcs) 5 img

Document

16.01.2020

BD Validation GitHub Documents This is an R Markdown format used for publishing markdown documents to GitHub. When you click the Knit button all R code chunks are run and a markdown file (.md) suitable for publishing to GitHub is generated. Including Code You can include R code in the document as follows: knitr::opts_chunk$set(echo = FALSE) libra...

428 sym R (1263 sym/8 pcs)

BD validation

07.01.2020

# connection string ch <- odbcConnect("DMU_CMK", uid = "TRACKINGDATAREADER", pwd = "p4_PISk=+MW+Z2~%u_el20zkt") #################Pull BD Tier 4 BDdata <-sqlQuery(ch, paste("SELECT [State_CD], [County_cd], [Birth_def_CD], [Indicator_num], [Measure_Num], [Measure_Type], [RPT_YR], [ROLLING_YEAR_COUNT],[INFANT_GNDR_C...

735 sym R (10245 sym/67 pcs)

BD validation

07.01.2020

# connection string ch <- odbcConnect("DMU_CMK", uid = "TRACKINGDATAREADER", pwd = "p4_PISk=+MW+Z2~%u_el20zkt") #################Pull BD Tier 4 BDdata <-sqlQuery(ch, paste("SELECT [State_CD], [County_cd], [Birth_def_CD], [Indicator_num], [Measure_Num], [Measure_Type], [RPT_YR], [ROLLING_YEAR_COUNT],[INFANT_GNDR_C...

735 sym R (10245 sym/67 pcs)

BD validation slides

07.01.2020

1/7/2020 Check 1: Check Measure Number #check1 <- BDdata %>% group_by(Measure_Num)%>% count(Measure_Num) ## # A tibble: 26 x 2 ## # Groups: Measure_Num [26] ## Measure_Num n ## <fct> <int> ## 1 M00237 158146 ## 2 M00238 300167 ## 3 M00239 158146 ## 4 M00240 300167 ## 5 M00241 1...

711 sym R (9495 sym/66 pcs)

Data Viz and Storytelling

16.01.2020

1/16/2020 The purpose of todays presentation How can Tracking leverage data visualization tools to communicate key messages to drive public health actions? RStudio - ggplot, plotly RMarkdown - flexdashboard RShiny - shinydashboard ArcGIS StoryMaps Step 1: Load packages and data # workspace library(tidyverse) library(tidycensus) library(viri...

546 sym R (3196 sym/9 pcs) 5 img