Skip to content

Commit

Permalink
Wrong default in fread.rd, #530.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsrinivasan committed Oct 29, 2015
1 parent fc5b80a commit 4704dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/fread.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ skip=0L, select=NULL, drop=NULL, colClasses=NULL,
integer64=getOption("datatable.integer64"), # default: "integer64"
dec=if (sep!=".") "." else ",", col.names,
check.names=FALSE, encoding="unknown", quote="\"",
strip.white=TRUE, blank.lines.skip=TRUE,
strip.white=TRUE, blank.lines.skip=FALSE,
showProgress=getOption("datatable.showProgress"), # default: TRUE
data.table=getOption("datatable.fread.datatable") # default: TRUE
)
Expand Down

0 comments on commit 4704dc4

Please sign in to comment.