ascii.table {SoundexBR}R Documentation

ASCII Characters Table

Description

To detect ASCII characters, we may need to specify them literally. This function helps identifying what character is in ascii format and what is not.

Usage

ascii.table(x)

Arguments

x

A string whose characters is to be checked against.

Value

Returns TRUE if ASCII character and FALSE otherwise.

Author(s)

Daniel Marcelino, dmarcelino@live.com


[Package SoundexBR version 1.2 Index]