Learn R Programming

⚠️There's a newer version (2.0.6) of this package.Take me there.

varhandle (version 2.0.3)

Functions for Robust Variable Handling

Description

Variables are the fundamental parts of each programming language but handling them might be frustrating for programmers from time to time. This package contains some functions to help user (especially data explorers) to make more sense of their variables and take the most out of variables and hardware resources. These functions are written, collected and crafted over 5 years of experience in statistical data analysis on high-dimensional data and for each of them there was a need. Functions in this package are suppose to be efficient and easy to use, hence they will be frequently updated to make them more convenient.

Copy Link

Version

Install

install.packages('varhandle')

Monthly Downloads

2,679

Version

2.0.3

License

GPL (>= 2)

Maintainer

Mehrad Mahmoudian

Last Published

July 4th, 2018

Functions in varhandle (2.0.3)

save.var

Save variables separate files
pin.na

Pinpoint NAs in a vector, matrix or data.frame
rm.all.but

Remove all variables except those that you mention
unfactor

Convert factor into appropriate class
var.info

Get a detailed list of variables
inspect.na

inspect matrix or data.frame regarding NAs
check.numeric

Check the vector's possiblity to convert to numeric
varhandle-package

A Package to Work and Handl Variables Easier, Convenient and Flawless
to.dummy

Convert categorical vector into dummy binary dataframe