utils::write.table is an R function to write output to a file or a connection.
write.table prints its required argument x (after converting it to a data frame if it is not one nor a matrix) to a file or connection.
utils::write.table is an R function to write output to a file or a connection.
write.table prints its required argument x (after converting it to a data frame if it is not one nor a matrix) to a file or connection.