R/fw.check.R

#' Check the configurable object against the data frame input
#'
#' This functions call be called directly to test that the data.frame you want to convert matches the config
#' file you have set up. This function is called directly within fw.make.
#'
#' @param config Config list object
#' @param data Data Frame you are intending to write
#' @export
fw.check <- function(config, data) {



}
JestonBlu/fixedWidth documentation built on May 10, 2019, 1:15 a.m.