Learn R Programming

nmw (version 0.3.0)

ReadFDATA: Read FDATA.CSV with Auto-Detection of Header Format

Description

Reads FDATA.CSV, auto-detecting whether it has a NONMEM-style 2-row header (skip=2) or a standard 1-row header (skip=0).

Usage

ReadFDATA(file = "FDATA.CSV")

Value

data.frame

Arguments

file

character, path to the CSV file (default: "FDATA.CSV")