knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  warning = F,
  message = F
)

Analysis data is the actual data used for analysis. Usually it only contains the columns (variables) and rows (observations) used in for data exploration, visualization, and modeling. That is, all columns or rows in the raw data that aren't part of your actual analysis can be removed to save space and make the data easier to dispaly.



brouwern/mammalsmilkRA documentation built on May 3, 2019, 7:39 p.m.