file_lines_to_list {DIZtools} | R 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
[Package DIZtools version 1.0.1 Index]