hrbrmstr/bom: Tools to Identify and Work with Byte Order Marks

Byte order marks (BOM) appear at the beginning of a file or buffer and provide information about the encoding of the contents. R provides facilities to work with files and connections with BOMs but there are situatons where these facilities are not sufficient. Tools are provided to identify the presence and type of byte order marks in files and R objects as well as remove them.

Getting started

Package details

AuthorBob Rudis (bob@@rud.is)
MaintainerBob Rudis <bob@rud.is>
LicenseAGPL
Version0.1.0
URL http://gitlab.com/hrbrmstr/bom
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("hrbrmstr/bom")
hrbrmstr/bom documentation built on May 17, 2019, 4:55 p.m.