README.md

Travis-CI Build Status

Coverage status

typeless

Repetitive code expressions exist. While we cannot make them disappear completely, we can wrap 'em into functions.

Useful functions with a long name also exist. Well.. we can make these shorter too.

This is the purpose of typeless - make common code shorter, type less.

Contents

Type Conversions

Overall there are currently 7 functions for type conversion.

For objects:

shorthand for as.data.frame and as.matrix

For variables:

Theses are shorthand for as.character, as.numeric, as.factor, as.integer and as.logical, respectively.

Metadata

currently there are 3 functions to extract metadata of data.frames:

cn for colnames, rn for row.names. nas counts the number of NA values in each column of the data.frame.

Operations



ShaulAb/typeless documentation built on May 28, 2019, 3:15 p.m.