file_line_nchar: Return the number of characters in a line of a file

View source: R/utils.R

file_line_ncharR Documentation

Return the number of characters in a line of a file

Description

Return the number of characters in a line of a file

Usage

file_line_nchar(file, line)

Arguments

file

A file to use as reference

line

A line number to retrieve the length of

Value

The number of characters in line line.


testex documentation built on June 22, 2024, 11:14 a.m.