Kmisc is a package chock full of miscellaneous functions that intend to make the R programming process easier. The functions range from:
reshape2::melt
for data.frame
s and matrix
's,awk
,extract_rows_from_file
pulls specific rows from a (potentially large) tabular data file, where we only take rows for which a particular column entry matches a list of desired elements,split_file
splits a file on a particular column into separate, smaller files, so that these smaller files are more amenable to parallel processing,counts
is a faster version of table
for single vectors; tapply_
is a faster tapply
for the common case of splitting an atomic vector by another atomic vector, factor_
is a faster factor
...Install me in R with devtools::install_github()
with the following call:
devtools::install_github("kevinushey/Kmisc")
About
A collection of functions for common data reshaping operations, as well as functions for table and plot generation for R Markdown documents.
Resources Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4