Learn R Programming

tmcn (version 0.2-13)

isGB2312: Indicate whether the encoding of input string is GB2312.

Description

Indicate whether the encoding of input string is GB2312.

Usage

isGB2312(string, combine = FALSE)

Arguments

string

A character vector.

combine

Whether to combine all the strings.

Value

Logical value.

Examples

Run this code
# NOT RUN {
isGB2312("hello")
# }

Run the code above in your browser using DataLab