isBIG5 {rLTP} | R Documentation |
Indicate whether the encoding of input string is BIG5.
Description
Indicate whether the encoding of input string is BIG5.
Usage
isBIG5(string, combine = FALSE)
Arguments
string |
A character vector. |
combine |
Whether to combine all the strings. |
Value
A vector of logical values, the length of string
- or a single logical value if combine
is TRUE.
Author(s)
Jian Li <rweibo@sina.com>
[Package rLTP version 0.1.4 Index]