file_line_nchar {testex}R 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.


[Package testex version 0.2.0 Index]