Learn R Programming

varhandle (version 2.0.6)

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 and crafted since 2014 with 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 supposed 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.6

License

GPL (>= 2)

Maintainer

Mehrad Mahmoudian

Last Published

September 30th, 2023

Functions in varhandle (2.0.6)

var.info

Get a detailed list of variables
pin.na

Pinpoint NAs in a vector, matrix or data.frame
check.numeric

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

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

inspect matrix or data.frame regarding NAs
to.dummy

Convert categorical vector into dummy binary dataframe
unfactor

Convert factor into appropriate class
rm.all.but

Remove all variables except those that you mention
save.var

Save variables separate files