Skip to content

Commit

Permalink
Adding newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sdentro committed Dec 13, 2016
1 parent 2d9a64c commit 267f9b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' @param chrom_col The column number that contains chromosome denominations. This column will automatically be cast as a character. Should be counted including the row.names (Default: 1)
#' @param skip The number of rows to skip before reading (Default: 0)
#' @return: A data frame with contents of the file
#' @export
read_table_generic = function(file, header=T, row.names=F, stringsAsFactor=F, sep="\t", chrom_col=1, skip=0) {
# stringsAsFactor is not needed here, but kept for legacy purposes

Expand Down Expand Up @@ -107,4 +108,4 @@ assert.file.exists = function(filename) {
warning(paste("Supplied file does not exist: ", filename, sep=""))
quit(save="no", status=1)
}
}
}

0 comments on commit 267f9b7

Please sign in to comment.