get_dsd_def_str: Get a definition string for the DSD script

View source: R/dsd.R

get_dsd_def_strR Documentation

Get a definition string for the DSD script

Description

This function returns a string representing a definition in the DSD script.

Usage

get_dsd_def_str(key, val)

Arguments

key

String representing the key of the definition.

val

String representing the value of the definition.

Details

A definition is made by the following construction: def *key* = *value*. passing a key and value to this function, it returns a definition construction replacing the key and value by the parameters key and value specified.

Value

The definition string.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.