This function reads an object of class fnames from a text file, which is
assumed to contain one filename on each line.
Arguments
- file
Path to input file.
- sep
Character vector of length 1 or
NA. If it is a character, it indicates a separator between input files, in addition to the new line.- file_encoding
Encoding used in the input file.
- trim_fnames
Boolean. Should leading and trailing whitespace be stripped from the filenames?
- ...
Additional arguments (not implemented).
Value
An object of class fnames.
See also
Other reading functions:
read_assoc(),
read_conc(),
read_freqlist(),
read_tokens(),
read_txt(),
read_types()
