read_nasa_ames: Read NASA Ames

View source: R/func_read_nasa_ames.R

read_nasa_amesR Documentation

Read NASA Ames

Description

Reads a NASA Ames file by removing the header and parsing the rest of the data using read.table()

Usage

read_nasa_ames(file, NComm_header = FALSE, header_length = NULL, ...)

Arguments

file

path to the file

NComm_header

Logical default false. If the final line of normal comments contains the data header, set to true

header_length

by default the header length is obtained from the first line of the file. Supply a value here to override this.

Author(s)

W. S. Drysdale


willdrysdale/wsdmiscr documentation built on Aug. 26, 2023, 12:31 a.m.