createMatrices: create matrices of the appropriate type for storing data

Description Usage Arguments

View source: R/checkBioconductor.R

Description

We want matrices where rows are packages, and columns are dates for each variable we are storing. This does it all in one go. Assumes that each list variable is a single vector

Usage

1
2
3
  createMatrices(inList,
    useVars = c("rmd", "rnw", "version"),
    rowNames = "pkgs", numCol = 10)

Arguments

inList

the list to transform to matrices

useVars

which list variables to make matrices

rowNames

which list variable has the rownames for the matrix

numCol

the number of columns to pad the matrix with


rmflight/RVignetteChanges documentation built on May 27, 2019, 9:30 a.m.