changes the value of a variable in the given row of a SWAP table.
change_swap_table(table, variable, row, value, verbose = F)
can be one SWAP table, or a list of SWAP tables as loaded by
load_swap_tables()
.
the name of the variable you would like to alter (string)
the row you would like to alter (integer)
the value you would like to enter (must be SWAP-FORTRAN compatible)
print status? (flag)
Returns the same table / list of tables passed to the function, with the desired variable modified at the given row.