read_def_content: Read the *.def file an prepare it for later use

View source: R/d2d2dMod.R

read_def_contentR Documentation

Read the *.def file an prepare it for later use

Description

The function determines automatically if it's a data.def or a model.def file by checking if any of the headings REACTIONS, ODES or DERIVED are given. These are unique to model.def files.

Usage

read_def_content(connection)

Arguments

connection

The path to the file

Value

A data.frame with columns "def_content" and "section". "def_content" are the lines present in "section"


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.