a vector of character entries up 'max.chars' long, or sometimes only NULL if can.null=TRUE
Arguments
max.lines
maxmimum number of fake lines to read
max.chars
maximum number of characters per line
pc.space
percentage of randomly generated characters that should be a delimiter
delim
what should the simulated delimiter be, e.g, a space, comma etc. If you wish not
to include such either set the delimiter as "", or set pc.space=0.
can.null
whether with probability 1/max.lines to return NULL instead of any lines of text,
which simulates an empty file, which for testing purposes you may want to be able to handle