interpreter: Function generator for constructing interpretations

Description Usage Arguments Value Examples

View source: R/interpreter.R

Description

Function generator for constructing interpretations

Usage

1

Arguments

stnc

The sentence to be used for constructing interpretations. Values are dynamically changed through glue::glue().

Value

A character string of the constructed interpretation.

Examples

1
2
new_interpretation <- interpreter("My p-value is {P}")
new_interpretation(P = 0.03)

nt-williams/formatix documentation built on April 4, 2020, 6:11 p.m.