Learn R Programming

TreeTools (version 1.5.0)

EndSentence: 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).`

See Also

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

Examples

Run this code
# NOT RUN {
EndSentence("Hello World") # "Hello World."
# }

Run the code above in your browser using DataLab