readLegacyParamFile: Reads a legacy format parameters file.

View source: R/readLegacyParamFile.R

readLegacyParamFileR Documentation

Reads a legacy format parameters file.

Description

This function has been deprecated and will be removed in a future version of the package. New code should use function ffm_read_legacy_params.

Usage

readLegacyParamFile(path, raw = FALSE)

Arguments

path

The full or relative path to the parameters file.

raw

(logical) Whether to return raw parsed data.

Value

If raw is TRUE, a data frame of parsed data in raw form (useful for testing). If raw is FALSE (the default), a data frame in a form suitable for use with ffm_run.


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.