NCA_fetch_np_meta: Fetches NCA Parameter Meta Information

View source: R/NCA_Server.R

NCA_fetch_np_metaR Documentation

Fetches NCA Parameter Meta Information

Description

This provides meta information about NCA parameters. This includes parameter names, text descriptions, formatting (md and LaTeX).

Usage

NCA_fetch_np_meta(
  MOD_yaml_file = system.file(package = "ruminate", "templates", "NCA.yaml")
)

Arguments

MOD_yaml_file

Module configuration file with MC as main section.

Value

List with the following elements:

  • choices: List parameter choices grouped by values specified in the module configuration file.

  • summary: Data frame with meta data about the NCA parameters with the following columns:

    • parameter: Name of parameter in PKNCA.

    • text: Name of parameter in plain text.

    • md: Parameter name formatted in Markdown.

    • latex: Parameter name formatted using LaTeX.

    • description: Verbose description in plain text for the parameter.

Examples

NCA_fetch_np_meta()

ruminate documentation built on May 29, 2024, 11:09 a.m.