detect_long_lines: Detect if there are long lines in mortran or fortran sections

View source: R/process.R

detect_long_linesR Documentation

Detect if there are long lines in mortran or fortran sections

Description

Detect if there are long lines in mortran or fortran sections

Usage

detect_long_lines(mortran_lines)

Arguments

mortran_lines

the mortran file lines resulting from a base::readLines(), say.

Value

a possibly empty data frame of the approximate line number and the offending line if any

Examples

## Not run: 
check_long_lines(readLines("./pcLasso.m"))

## End(Not run)


bnaras/SUtools documentation built on Nov. 26, 2022, 6:07 p.m.