{"id":32178330,"url":"https://github.com/bogind/easycsv","last_synced_at":"2025-10-21T20:53:33.969Z","repository":{"id":47067367,"uuid":"98801767","full_name":"bogind/easycsv","owner":"bogind","description":"An R package for easy data loading from multiple tables","archived":false,"fork":false,"pushed_at":"2021-09-15T01:04:27.000Z","size":66,"stargazers_count":4,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-21T20:53:27.194Z","etag":null,"topics":["cran","csv-files","easycsv","r","r-package","utilities"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bogind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-30T14:10:01.000Z","updated_at":"2020-01-27T00:41:58.000Z","dependencies_parsed_at":"2022-09-11T06:20:26.444Z","dependency_job_id":null,"html_url":"https://github.com/bogind/easycsv","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bogind/easycsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogind%2Feasycsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogind%2Feasycsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogind%2Feasycsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogind%2Feasycsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogind","download_url":"https://codeload.github.com/bogind/easycsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogind%2Feasycsv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280333496,"owners_count":26312845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cran","csv-files","easycsv","r","r-package","utilities"],"created_at":"2025-10-21T20:53:32.893Z","updated_at":"2025-10-21T20:53:33.964Z","avatar_url":"https://github.com/bogind.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easycsv\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/easycsv)](https://CRAN.R-project.org/package=easycsv)\n[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/easycsv)](https://CRAN.R-project.org/package=easycsv)\n[![Travis-CI Build Status](https://travis-ci.org/bogind/easycsv.svg?branch=master)](https://travis-ci.org/bogind/easycsv)\n\n### NOTE: to all familiar users, the **\"txt\"** parameter has been replaced in loadcsv_multi and fread_folder for the more suitable \"extension\" parameter, which now allows for a **\"BOTH\"** argument in either upper or lower case.\n\n#### news for Mac OSX and Linux users:\n*there is now a choose_dir function available for you, similar to choose.dir on windows.\nfor more details check the help page for the function or the documentation page for choose.dir.\n\nwhy should use easycsv?\n\nbecause reading multiple csv files is a hassle, \nand you want an easy to use function to read all of them,\neither from a central folder, a remote website or a handy zip file.\n\nhow do you use easycsv?\n\nwell its easy, if all your csv files are inside a folder, \n  just use `loadcsv_multi(my_folder)` or `loadcsv_multi(my_folder, extension = \"BOTH\")` if you have comma separated text files.\nthe same easy and simple use is available for .zip files (`loadcsvfromZIP(my_zip_file)`),\nand .zip files on a remote url (`loadZIPcsvfromURL(my_remote_zip_file)`).  \n#### faster version of `loadcsv_multi` now available, `fread_folder` which is based on data.table's fread function\n\nhow do you install easycsv?\n\n**easycsv** is now on CRAN and can be installed like any other library with this code:\n```\ninstall.packages(\"easycsv\")\n```\nfor the most updated versions developer version, \nit is still recommended to download from github since i add and improve functions whenever i can,\nbut i don't allways have time to update documentation to cran standards.\n\nThe the developer version can be downloaded with the following code:\n\n```\nif (\"devtools\" %in% rownames(installed.packages()) == FALSE) {\ninstall.packages(\"devtools\")\n}\ndevtools::install_github(\"bogind/easycsv\")\n\n```\nand load it with `library(easycsv)` like any other library.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogind%2Feasycsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogind%2Feasycsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogind%2Feasycsv/lists"}