file_lines_to_list: Read in lines from a file and store it in a list.

View source: R/file_lines_to_list.R

file_lines_to_listR Documentation

Read in lines from a file and store it in a list.

Description

Read in lines from a file and store it in a list.

Usage

file_lines_to_list(filepath)

Arguments

filepath

(string) Path to file to read in.

Value

A list with one element per row of the input file


DIZtools documentation built on Nov. 6, 2025, 1:10 a.m.