knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
df = read.csv( "https://opportunityinsights.org/wp-content/uploads/2018/10/cz_outcomes_simple.csv" ) cols = c("cz", "czname", "kfr_pooled_pooled_p25", "kfr_pooled_pooled_p25_se") df = df[1:100, cols] n = nrow(df) colnames(df) = c("cz", "czname", "kfr_p25", "kfr_p25_se")
library(rankconf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.