read_data_file: Function reads in a csv file, and prepares it so that it has...

Description Usage Arguments Value

View source: R/import-data.R

Description

Function reads in a csv file, and prepares it so that it has a proper header line (1st line), and a consistent body afterwards, with no trailing empty rows or columns.

Usage

1

Arguments

fname

This is the filename to read in

body

Need something other than the read.csv line described below? Pass it in here.

Value

a data frame, with something sensical in names(...)


interzoneboy/MS-prep documentation built on June 13, 2020, 7:03 a.m.