EndSentence: Add full stop to end of a sentence

View source: R/parse_files.R

EndSentenceR Documentation

Add full stop to end of a sentence

Description

Add full stop to end of a sentence

Usage

EndSentence(string)

Arguments

string

Input string

Value

EndSentence() returns string, punctuated with a final full stop (period).'

Author(s)

Martin R. Smith

See Also

Other string parsing functions: MorphoBankDecode(), RightmostCharacter(), Unquote()

Examples

EndSentence("Hello World") # "Hello World."

TreeTools documentation built on June 22, 2024, 9:27 a.m.