A helper function that lists streamed variables. It returns the names of streamed variables.

find_stream_var(file_in, line_nos)

Arguments

file_in

A character vector representing the file content to search through.

line_nos

A numeric vector of length 2, specifying the start and end lines to search for streamed variables.

Value

A character vector of streamed variable names.