.updateOrder: Update column order
Description
Set the order of the table columns to c("fid", "gid", rest)
Usage
.updateOrder(input = NULL)
Arguments
input
[data.frame(1)] a table that contains at least the
columns fid and gid.
Value
A new table where the columns have the correct order.