get_encoding: Get the encoding of a file This function will check the...

View source: R/get_encoding.R

get_encodingR Documentation

Get the encoding of a file This function will check the encoding of the file and is vectorized.

Description

This is especially important for the CEM and CKU files, since they are often stored in either Shift_JIIS or UTF-8. This will depend on the computer used to offload the data from the instruments.

Usage

get_encoding(con)

Arguments

con

the name of the file to process, which can be a vector.

Value

Return the encoding of the file.


gnishihara/gnnlab documentation built on April 13, 2025, 5:48 p.m.