process_file: Process file

Description Usage Arguments Value

View source: R/files.R

Description

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

Usage

1

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)


todor documentation built on May 24, 2021, 5:07 p.m.

Related to process_file in todor...