byzheng / myutils

My useless functions for R

Home Page:https://myutils.bangyou.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myutils

My useless utility functions for R.

Installation

It takes very long time to install this package as this package is trying to install most of R packages for my daily usage.

To install the latest development version:

if (!require("remotes")) {
    install.packages("remotes")
}
remotes::install_github("byzheng/myutils")

About

My useless functions for R

https://myutils.bangyou.me/

License:MIT License


Languages

Language:R 100.0%