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

View source: R/utils_data.R

ReadFDATAR Documentation

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")

Arguments

file

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

Value

data.frame


nmw documentation built on May 8, 2026, 9:07 a.m.