Learn R Programming

SoundexBR (version 1.1)

ascii.table: 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.

encoding

UTF-8

Examples

Run this code
ascii.table( c("ã", "@", "_"))

Run the code above in your browser using DataLab