convert_project: Convert a Distance for Windows project to be run in R

Description Usage Arguments Value Details Author(s) See Also

View source: R/convert_project.R

Description

Take each analysis in a Distance for Windows project and convert the model definition to an mrds model, data and data filters are also extracted and associated with the relevant models.

Usage

1
convert_project(project)

Arguments

project

a path to a project (path to the dst file with ".dst" removed from the end of the path)

Value

an object of class converted_distance_analyses (if there are analyses defined), an object of class converted_distance_data (if no analyses are present in the project). Either way an attribute called "flatfile" is also returned with a flat version of the data.

Details

Only CDS/MCDS/MRDS analyses are supported.

Model names are as they are in Distance for Windows (so if you have nonsensical names in Distance for Windows they will be the same in R).

Author(s)

David L Miller

See Also

converted_distance_analyses readdst-package


DistanceDevelopment/readdst documentation built on Sept. 21, 2021, 10:41 p.m.