source_lines: Source specific lines in an R file

source_linesR Documentation

Source specific lines in an R file

Description

Source specific lines in an R file

Usage

source_lines(file, start = NULL, end = NULL)

Arguments

file

character string with the path to the file to source.

start

row number of first line in file to source.

end

row number of last line in file to source.

Examples

# non-operative
# source_lines("load-data.R", start = 50)

wepelham3/sack2 documentation built on Aug. 5, 2023, 5:53 a.m.