An object of class fnames, which is a special kind of character
vector storing the absolute paths of the corpus files.
It has additional attributes and methods such as:
base print(), as_data_frame(),
sort() and summary() (which returns the number of items and of unique items),
tibble::as_tibble(),
an interactive explore() method,
a function to get the number of items n_fnames(),
subsetting methods such as keep_types(), keep_pos(), etc. including []
subsetting (see brackets), as well as the specific functions keep_fnames()
and drop_fnames().
Additional manipulation functions includes fnames_merge() to combine
filenames collections and the short_names() family of functions to shorten
the names.
Objects of class fnames can be saved to file with write_fnames();
these files can be read with read_fnames().
It is possible to coerce a character vector into an fnames object with as_fnames().