Skip to contents

Write lines at a specific location in a file

Usage

write_lines(file, ..., after = "end")

Arguments

file

chr path to file

...

chr lines to write

after

num/chr either a line number of "end" to write it at the end

Value

the resulting file