asc | R Documentation |
Return the codes (in UTF-8) of a string.
asc(x)
x |
The string to be analyzed |
asc returns the codes (in UTF-8) of a string
A vector with ITF-8 codes of a string
Based on this blog: http://datadebrief.blogspot.com/2011/03/ascii-code-table-in-r.html
Other Characters:
char()
,
d()
,
tnirp()
asc("abcd")
asc("ABCD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.