# Load Packages / Attach them
library(ggplot2)
library(knitr)

opts_chunk$set(echo = FALSE,
               message = FALSE,
               warning = FALSE
               )

General

render_child("_general.Rmd")

Columns

for(col.name in names(df)) {
  col <- unlist(df[,col.name])

  if (is.numeric(col)) {
    render_child("_numeric.Rmd")
  }
}


jansim/WizRd documentation built on May 24, 2019, 4:06 a.m.