Learn R Programming

TreeTools (version 1.12.0)

EndSentence: Add full stop to end of a sentence

Description

Add full stop to end of a sentence

Usage

EndSentence(string)

Value

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

Arguments

string

Input string

Author

Martin R. Smith

See Also

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

Examples

Run this code
EndSentence("Hello World") # "Hello World."

Run the code above in your browser using DataLab