Write fixed width integers to one or several lines.
fixed.vec.format.int(
vdata,
num_chars_per_entry,
max_entries_per_line = NULL,
align_right = TRUE
)
vector of character strings, the formatted data lines.
integer vector, the data
field length of a single formatted integer in characters
integer, how many entries are allowed per line. Leave at NULL for no limit, which will return all in a single line.
logical, whether to align the integers to the right. As you may have guessed, set to `FALSE` to align to the left.