Learn R Programming

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

varhandle (version 2.0.5)

Functions for Robust Variable Handling

Description

Variables are the fundamental parts of each programming language but handling them efficiently might be frustrating for programmers. 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 7 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,251

Version

2.0.5

License

GPL (>= 2)

Maintainer

Mehrad Mahmoudian

Last Published

February 21st, 2020

Functions in varhandle (2.0.5)

check.numeric

Check the vector's possiblity to convert to numeric
save.var

Save variables separate files
rm.all.but

Remove all variables except those that you mention
to.dummy

Convert categorical vector into dummy binary dataframe
var.info

Get a detailed list of variables
unfactor

Convert factor into appropriate class
varhandle-package

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

inspect matrix or data.frame regarding NAs
pin.na

Pinpoint NAs in a vector, matrix or data.frame