The read_csv command has been update. Now to read a csv with index, use rownames_included = True
read_csv( filename, sep = ",", na.strings = c("NA", "-"), comment.char = "#", transpose = FALSE, rownames_included = TRUE )