read.dat.survey: Reads survey data from .dat file

Description Usage Arguments Value Examples

View source: R/ReadingDatFiles.R

Description

LOWER LEVEL FUNCTION - Not meant to be called on its own.

Returns a data frame with .dat data formated using the survey schema

Usage

1
read.dat.survey(Path, RemoveFiller = TRUE)

Arguments

Path

File path to a .dat file

RemoveFiller

A boolean indicating if the filler fields should be removed

Value

A data frame with information from the header of the .dat file

Examples

1
read.dat.survey("c:/example/example/datfile.dat")

ptddatateam/dat_file_r_package documentation built on Nov. 5, 2019, 1:56 a.m.