asc {strings} R Documentation

Returns an Integer value representing the character code corresponding to a character.

Description

Usage

asc(x);

Arguments

x

Required. Any valid Char or String expression. If [String] is a String expression, only the first character of the string is used for input. If [String] is Nothing or contains no characters, an System.ArgumentException error occurs.

envir

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

Returns an Integer value representing the character code corresponding to a character.

clr value class

Examples


[Package strings version 2.33.856.6961 Index]