remove_bom: Remove byte order marks, these appear before the first column...

View source: R/Apply_Lookups.R

remove_bomR Documentation

Remove byte order marks, these appear before the first column name:

Description

Remove byte order marks, these appear before the first column name:

Usage

remove_bom(data)

Arguments

data

A /code(data.frame)

Details

Byte order marks are included at the start of UTF text files and if not properly processed on read in, can add nonsense characters to the start of the first column of a the /code(data.frame) read in from a text file.

Value

/code(data) with the first column stripped of a byte order mark, if present

Examples

remove_bom(data)


CSISdefense/csis360 documentation built on April 25, 2024, 12:01 a.m.