-
Notifications
You must be signed in to change notification settings - Fork 1k
implement comment.char argument for fread #7375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
74bf37e
implement comment.char argument for fread
ben-schwen 6f34ff2
remove handling of comment.char=NULL
ben-schwen 2d4ae58
update NEWS
ben-schwen 1d2f11a
update tests
ben-schwen a9851ef
change wording for error
ben-schwen 9b05759
remove unreachable code
ben-schwen 86b3b14
add helper function
ben-schwen 5024949
extend tests
ben-schwen 9d18827
update tests
ben-schwen efd8797
use skip_line helper
ben-schwen 87ba151
add comments for helpers
ben-schwen b457e4a
fix test numbering
ben-schwen 09b4932
add more tests
ben-schwen a0a9525
simplify read
ben-schwen 79508a3
Revert "simplify read"
ben-schwen e5bbe96
separate helpers
ben-schwen cc57d27
add comments
ben-schwen 3e73565
add coverage
ben-schwen e77137e
simplify header handling
ben-schwen 09f9359
increase coverage
ben-schwen 29bdb3d
simplify code
ben-schwen a25dd37
control skipping white spaces before comments with strip.white
ben-schwen 01edb9a
tighten helper
ben-schwen 21769cf
Merge branch 'master' into fread_commentChar
MichaelChirico f61989a
try improving readability with blank lines
MichaelChirico 9416006
include some line-end comments in the multi-line comment test
MichaelChirico fe2b74b
match read.table for na.strings and comment.char
ben-schwen 9288dd1
add strip.white=FALSE header testcase
ben-schwen 73590c4
refactor end_of_field helper into more readable version
ben-schwen f925ce4
add example for strip.white
ben-schwen c77332d
summarize line-skipping behavior
MichaelChirico d73651d
clean up tmp
MichaelChirico ba0c68a
don't introduce whitespace to string literal body
MichaelChirico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.