add_lines: takes a vector of strings, adds another vector either before...

add_linesR Documentation

takes a vector of strings, adds another vector either before or after pattern provided.

Description

takes a vector of strings, adds another vector either before or after pattern provided.

Usage

add_lines(target, pattern, what, before = TRUE)

Arguments

target

the vector to add what to

pattern

where to add the what to

what

vector to add to target

before

or after the pattern


ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.