get_line_number: Get Line Number

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Get Line Number

Usage

1
get_line_number(lines = lines, question_number)

Arguments

lines

Input file represented as list object (output of import_lines).

question_number

The question number (1-19) to be identified.

Value

A number representing the list element in which the question is found.

Examples

1
2
3
4
## Not run: 
line_number <- get_line_number(lines, 01)

## End(Not run)

rbrellen/hksreviewr documentation built on May 18, 2019, 3:39 a.m.