Skip to content

Update strip.white documentation in fread#6159

Merged
MichaelChirico merged 5 commits intomasterfrom
freaddocupdate
Jun 1, 2024
Merged

Update strip.white documentation in fread#6159
MichaelChirico merged 5 commits intomasterfrom
freaddocupdate

Conversation

@joshhwuu
Copy link
Copy Markdown
Member

Closes #2492

Small update to fread documentation:

d = fread("A  ,B  \n1,2\n3,4\n", strip.white=F)
colnames(d)
# [1] "A  " "B  "
d = fread("  A,  B\n1,2\n3,4\n", strip.white=F)
colnames(d)
# [1] "  A" "  B"

This behavior was updated a while back, probably as a byproduct of another change, but the documentation was never updated

@joshhwuu joshhwuu requested review from Anirban166 and tdhock May 29, 2024 19:49
@joshhwuu joshhwuu requested a review from MichaelChirico as a code owner May 29, 2024 19:49
Comment thread man/fread.Rd Outdated
Comment thread man/fread.Rd Outdated
Copy link
Copy Markdown
Member

@MichaelChirico MichaelChirico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MichaelChirico MichaelChirico merged commit 35f2979 into master Jun 1, 2024
@MichaelChirico MichaelChirico deleted the freaddocupdate branch June 1, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fread's skip.white=FALSE behavior

4 participants