Learn R Programming

todor (version 0.1.2)

process_file: Process file

Description

It calls find_pattern on given file and return detected markers or NULL.

Usage

process_file(filepath, patterns)

Arguments

filepath

character with

patterns

vector of characters with given patterns to detect, e.g. c("TODO", "BUG")

Value

list of markers (which are lists describing properties of detected item from find_pattern)