extract_piece_of_code: Extract piece of code

Description Usage Arguments Value

View source: R/functions.R

Description

Extract piece of code

Usage

1
2
3
4
5
6
7
extract_piece_of_code(
  strings_param,
  begin_line,
  end_line,
  begin_column,
  end_column
)

Arguments

strings_param

code to extract piece from

begin_line

line where the piece begins

end_line

line where the piece ends

begin_column

column where the piece begins

end_column

column where the piece ends

Value

piece of code


crotman/kludgenudger documentation built on Oct. 19, 2021, 7:30 p.m.