non_ascii: Show non-ASCII lines of file

View source: R/non-ascii.R

non_asciiR Documentation

Show non-ASCII lines of file

Description

Show non-ASCII lines of file

Usage

non_ascii(path, highlight = FALSE)

Arguments

path

The path to a text file to check.

highlight

A function used to add ANSI escapes to highlight bytes.

Value

Tibble of line locations.

Examples

non_ascii(system.file("README.md", package = "campfin"))

irworkshop/campfin documentation built on Oct. 19, 2023, 8:02 a.m.