
Set a Specific Row as the Header
set_header_row.Rd
This function updates the header of the user file based on the specified row number.
Examples
if (FALSE) { # \dontrun{
user_file <- read.csv("path_to_user_file.csv", header = FALSE)
set_header_row(user_file, 2)
} # }