Learn R Programming

campfin (version 1.0.11)

non_ascii: Show non-ASCII lines of file

Description

Show non-ASCII lines of file

Usage

non_ascii(path, highlight = FALSE)

Value

Tibble of line locations.

Arguments

path

The path to a text file to check.

highlight

A function used to add ANSI escapes to highlight bytes.

Examples

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

Run the code above in your browser using DataLab