R/multifwf.R

#' Read Fixed Width Format Files containing lines of different Type
#'
#' Read a table of fixed width formatted data of different types into a data.frame for each type.
#'
#' The only function you're likely to need from \pkg{multifwf} is \code{\link{read.multi.fwf}}.
#'
#' @docType package
#' @name multifwf
#' @author
#' Panos Rontogiannis \email{p.g.ronto@@gmail.com}
#' @importFrom utils read.fwf
NULL

Try the multifwf package in your browser

Any scripts or data that you put into this service are public.

multifwf documentation built on May 2, 2019, 9:17 a.m.