Learn R Programming

testdat (version 0.2)

test_white_spaces: test_for_white_spaces

Description

Tests white spaces that could end up padding text

Usage

test_white_spaces(text)

Arguments

text
Input text. Usually this would be a character field.

Examples

Run this code
## Not run: 
# test_white_spaces(" Karthik Ram")
# test_white_spaces(" Karthik Ram ")
# ## End(Not run)

Run the code above in your browser using DataLab