Skip to content
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

Read & write compressed csv files #37

Open
kelly-sovacool opened this issue Jan 24, 2023 · 1 comment
Open

Read & write compressed csv files #37

kelly-sovacool opened this issue Jan 24, 2023 · 1 comment
Labels
feature A new feature request or enhancement good first issue Good issue for first-time contributors

Comments

@kelly-sovacool
Copy link
Member

kelly-sovacool commented Jan 24, 2023

To cut down on disk usage.

@kelly-sovacool kelly-sovacool added the feature A new feature request or enhancement label Jan 24, 2023
@kelly-sovacool kelly-sovacool changed the title Switch from csv to Rds for most all I/O files Switch from csv to Rds for I/O files Jan 24, 2023
@kelly-sovacool
Copy link
Member Author

kelly-sovacool commented Jan 26, 2023

{readr} detects extensions in filenames like .gz and .bz2, so we could just change all the csv filenames to .csv.gz and the read_csv() & write_csv() will work without changing any code.

@kelly-sovacool kelly-sovacool changed the title Switch from csv to Rds for I/O files Read & write compressed csv files Jan 26, 2023
@kelly-sovacool kelly-sovacool added the good first issue Good issue for first-time contributors label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request or enhancement good first issue Good issue for first-time contributors
Projects
None yet
Development

No branches or pull requests

1 participant