jrosen48/csvsplittr: Split a CSV into a Number of Smaller CSV Files

Software other than R using CSVs, such as the Linguistic Inquiry and Word Count (LIWC) program for computational text analysis, or even Google Sheets and Microsoft Excel, perform poorly or not at all with very large CSV files. This package provides a function to read a CSV file, split it into a specified number of files, and write those smaller files to the working directory.

Getting started

Package details

Maintainer
LicenseGNU General Public License
Version0.0.1
URL https://github.com/jrosen48/csvsplittr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jrosen48/csvsplittr")
jrosen48/csvsplittr documentation built on May 20, 2019, 2:06 a.m.