calcUnique: Simple Wrapper for Computationally Expensive Functions

This is a one-function package that will pass only unique values to a computationally-expensive function that returns an output of the same length as the input. In importing and working with tidy data, it is common to have index columns, often including time stamps that are far from unique. Some functions to work with these such as text conversion to other variable types (e.g. as.POSIXct()), various grep()-based functions, and often the cut() function are relatively slow when working with tens of millions of rows or more.

Getting started

Package details

AuthorStephen Froehlich
MaintainerStephen Froehlich <stephen.froehlich@gmail.com>
LicenseMIT + file LICENSE
Version0.1.2
URL https://github.com/stephenbfroehlich/calcUnique
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("calcUnique")

Try the calcUnique package in your browser

Any scripts or data that you put into this service are public.

calcUnique documentation built on May 5, 2020, 1:05 a.m.