CreateSentence: Compile fragments into a sentence (Deprecated)

Description Usage Arguments Examples

View source: R/sentence.R

Description

Form a properly formatted sentence from a list of fragments

Usage

1
2
CreateSentence(fragments = list("this is the first",
  "and this is the second"), punct = ".")

Arguments

fragments

A list of fragments to be compiled into a sentence.

punct

The punctuation used at the end of the sentence.

Examples

1
CreateSentence(list("one more question:", "how do you feel"), punct = '?')

polymathematic/Longform documentation built on Jan. 16, 2020, 10:12 p.m.