Learn R Programming

rowr (version 1.1.3)

Row-Based Functions for R Objects

Description

Provides utilities which interact with all R objects as if they were arranged in rows. It allows more consistent and predictable output to common functions, and generalizes a number of utility functions to to be failsafe with any number and type of input objects.

Copy Link

Version

Install

install.packages('rowr')

Monthly Downloads

66

Version

1.1.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

December 22nd, 2016

Functions in rowr (1.1.3)

len

Allows finding the 'length' without knowledge of dimensionality.
rowr

Row-Based Functions for R Objects
as2

rowApply

Applies a function row-wise on any data object.
count

A more versatile form of the T-SQL count() function.
cbind.fill

Combine arbitrary data types, filling in missing rows.
insertRows

Inserts a matrix into another matrix.
coalesce

A more versatile form of the T-SQL coalesce() function.
rollApply

Applies a function over a rolling window on any data object.
buffer

Pads an object to a desired length, either with replicates of itself or another repeated object.
vectorize

Vectorize a scalar function to work on any R object.
rows

Allows row indexing without knowledge of dimensionality or class.