/HM

An R package with Himel Mallick's personal R code

Primary LanguageRMIT LicenseMIT

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)