Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Describe the bug
import_* functions fail on loading large (>2G) csv file on some computers.
Possible solution
use
readr's chunked api to load large files in chunks for processing.