himelmallick / HM

An R package with Himel Mallick's personal R code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HM (Himel Mallick's Personal R Codes)

Introduction

This repository contains the R package HM, which contains miscellaneous R functions that are useful to me in my day-to-day analysis.

Installation

HM can be loaded using the following command (execute from within a fresh R session):

install.packages('devtools')
library(devtools)
devtools::install_github("himelmallick/HM")
library(HM)

About

An R package with Himel Mallick's personal R code

License:MIT License


Languages

Language:R 100.0%